main pages/styles

This commit is contained in:
2025-06-02 16:03:54 +02:00
parent 9246f80857
commit 2ffd64da98
16 changed files with 301 additions and 87 deletions

View File

@ -3,7 +3,7 @@
class="bg-bg-light dark:bg-bg-dark text-text-light dark:text-text-dark font-inter flex min-h-screen flex-col overflow-hidden"
>
<HeaderBlock />
<div class="flex-1">
<div class="flex-1 py-[25px] sm:py-[55px] md:py-[75px]">
<slot />
</div>
<FooterBlock />