tailwind fix
This commit is contained in:
@@ -21,6 +21,10 @@
|
|||||||
href="{{ url_for('static', filename='css/blog.css') }}"
|
href="{{ url_for('static', filename='css/blog.css') }}"
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
/>
|
/>
|
||||||
|
<link
|
||||||
|
href="{{ url_for('static', filename='css/components/timeline.css') }}"
|
||||||
|
rel="stylesheet"
|
||||||
|
/>
|
||||||
<script>
|
<script>
|
||||||
tailwind.config = {
|
tailwind.config = {
|
||||||
corePlugins: {
|
corePlugins: {
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
<div class="max-w-3xl mx-auto px-6 py-16">
|
<div class="tailwind-scope">
|
||||||
|
<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>
|
||||||
{{ post.timeline | safe}}
|
{{ post.timeline | safe}}
|
||||||
</ol>
|
</ol>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user