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') }}"
rel="stylesheet"
/>
<link
href="{{ url_for('static', filename='css/components/timeline.css') }}"
rel="stylesheet"
/>
<script>
tailwind.config = {
corePlugins: {

View File

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