improve layout, version 31

This commit is contained in:
Konstantin 2024-04-08 20:30:34 +02:00
parent 3d2e15bedd
commit 0c61532746
8 changed files with 14 additions and 14 deletions

View file

@ -4,7 +4,7 @@
{% block body_class %}{% endblock %}
{% block content %}
<section class="flex flex-col items-center justify-center h-full max-w-7xl px-0 md:px-4 lg:px-8">
<section class="flex flex-col items-center justify-center h-full px-0 md:px-4 lg:px-8">
<div class="mx-auto max-w-3xl text-base leading-7">
<h1 class="sr-only">{{ page.title }}</h1>
{% image page.image original class="rounded-2xl bg-gray-50" %}
@ -17,7 +17,7 @@
</div>
</section>
<section class="max-w-7xl px-0 md:px-4 lg:px-8">
<section class="px-0 md:px-4 lg:px-8">
<div class="w-full px-2 lg:px-4">
{{ page.body }}
</div>