Restrict width of the content div on the index page

so that the line wrap happens for larger content texts before the text
runs over the whole screen
This commit is contained in:
Adrian Winterstein 2024-07-27 14:48:12 +02:00
parent 2944bceebe
commit 20ee5574d0

View file

@ -74,7 +74,7 @@
</div>
<!-- Content -->
<div class="text-bold mt-2">
<div class="text-bold mt-2 w-2/3 text-center p-4">
{{ section.content | safe }}
</div>
</div>