Небольшие изменения в разметке

This commit is contained in:
Иван Кузьменко 2025-07-13 06:43:28 +03:00
parent b78c917ddf
commit 5856dc412b
2 changed files with 1 additions and 2 deletions

View file

@ -25,7 +25,7 @@
<title>Tea Sanctuary</title> <title>Tea Sanctuary</title>
</svelte:head> </svelte:head>
<div class="relative flex flex-col"> <div class="relative flex flex-col min-h-lvh">
<slot /> <slot />
</div> </div>

View file

@ -7,7 +7,6 @@
<section <section
class="flex shrink-0 flex-col items-center justify-center gap-5 overflow-hidden p-4 hero-background" class="flex shrink-0 flex-col items-center justify-center gap-5 overflow-hidden p-4 hero-background"
> >
<div class="basis-full"></div>
<div <div
class="flex flex-col flex-nowrap items-center justify-center gap-3 lg:flex-row lg:flex-nowrap" class="flex flex-col flex-nowrap items-center justify-center gap-3 lg:flex-row lg:flex-nowrap"
> >