bigger text

This commit is contained in:
m
2026-03-14 17:15:37 +01:00
parent e4d6c35acc
commit b03e46aa99
2 changed files with 29 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
<div class="tw-max-w-5xl tw-mx-auto tw-px-6 tw-py-16">
<div class="timeline-container tw-mx-auto tw-px-6 tw-py-16">
<ol
class="tw-relative tw-border-l-2 tw-border-gray-300 tw-p-0 tw-m-0 tw-ml-4"
class="tw-relative tw-border-l-2 tw-border-gray-300 tw-list-none tw-p-0 tw-m-0 tw-ml-4"
>
{{ post.timeline | safe}}
{{ post.timeline | safe }}
</ol>
</div>