hopeless fix
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
preflight: false, // Keeps your base blog styles intact
|
preflight: false, // Keeps your base blog styles intact
|
||||||
},
|
},
|
||||||
// This ensures Tailwind utilities only work inside elements with the 'tailwind-scope' class
|
// This ensures Tailwind utilities only work inside elements with the 'tailwind-scope' class
|
||||||
important: ".tailwind-scope",
|
important: "#timeline-zone",
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script src="https://cdn.tailwindcss.com"></script>
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<div class="tailwind-scope">
|
<div id="timeline-zone">
|
||||||
<div class="max-w-3xl mx-auto px-6 py-16">
|
<div class="max-w-3xl mx-auto px-6 py-16">
|
||||||
<ol class="relative border-l border-gray-300">
|
<ol class="relative border-l border-gray-300">
|
||||||
<p>hint</p>
|
<p>hint</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user