expand container

This commit is contained in:
m
2026-03-14 17:00:55 +01:00
parent d289c5c73a
commit c7cc27308f

View File

@@ -1,12 +1,6 @@
<div class="tw-max-w-3xl tw-mx-auto tw-px-6 tw-py-16"> <div class="tw-max-w-5xl tw-mx-auto tw-px-6 tw-py-16">
<ol <ol
class="tw-relative tw-border-l tw-border-gray-300 tw-list-none tw-p-0 tw-m-0 tw-ml-4" class="tw-relative tw-border-l-2 tw-border-gray-300 tw-p-0 tw-m-0 tw-ml-4"
style="
border-top: none !important;
border-right: none !important;
border-bottom: none !important;
border-left: 1px solid #d1d5db !important;
"
> >
{{ post.timeline | safe}} {{ post.timeline | safe}}
</ol> </ol>