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

@@ -1,6 +1,8 @@
<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 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>