fix floating footer

pull/62/head
Dario Piotrowicz 2023-01-10 16:10:35 +00:00
rodzic f2611f6cd6
commit 1d99f80838
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -16,7 +16,7 @@ export default component$(() => {
<script src="https://kit.fontawesome.com/e3d907997f.js" crossorigin="anonymous"></script>
<RouterHead />
</head>
<body lang="en" class="bg-wildebeest-900 text-white min-w-min">
<body lang="en" class="flex flex-col bg-wildebeest-900 text-white min-w-min min-h-screen">
<RouterOutlet />
<ServiceWorkerRegister />
</body>

Wyświetl plik

@ -31,13 +31,13 @@ export default component$(() => {
<WildebeestLogo size="small" />
</a>
</header>
<main class="h-full flex justify-center main-wrapper top-[3.9rem]">
<main class="flex-1 flex justify-center main-wrapper top-[3.9rem]">
<div class="w-fit md:w-72 hidden xl:block mx-[10px]">
<div class="sticky top-[10px]">
<LeftColumn />
</div>
</div>
<div class="w-full xl:max-w-xl">
<div class="w-full xl:max-w-xl bg-wildebeest-600 xl:bg-transparent">
<div class="bg-wildebeest-600 rounded">
<Slot />
</div>