fix: 💄 tweak base layout styling

This commit is contained in:
Sebin Nyshkim 2024-10-15 17:54:15 +02:00
parent ee915d55ae
commit 7b2e1b14b3

View file

@ -45,7 +45,7 @@
</div>
</header>
<main class="mb-20 space-y-10 pt-10 *:px-safe-offset-4 sm:mb-32 sm:pt-16 md:mb-40 md:pt-20">
<main class="mb-20 space-y-10 pt-10 *:px-safe-offset-4 sm:mb-32 sm:pt-16 md:mb-40 md:pt-20 md:*:px-safe-offset-6">
{{ content | safe }}
</main>