tailwind fix

This commit is contained in:
m
2026-03-14 16:11:10 +01:00
parent cc4d32665f
commit 46182ddfff
2 changed files with 11 additions and 5 deletions

View File

@@ -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: {

View File

@@ -1,6 +1,8 @@
<div class="max-w-3xl mx-auto px-6 py-16"> <div class="tailwind-scope">
<ol class="relative border-l border-gray-300"> <div class="max-w-3xl mx-auto px-6 py-16">
<p>hint</p> <ol class="relative border-l border-gray-300">
{{ post.timeline | safe}} <p>hint</p>
</ol> {{ post.timeline | safe}}
</ol>
</div>
</div> </div>