Skip to content

Commit 5d93279

Browse files
committed
Fix footer at the bottom
1 parent 019a638 commit 5d93279

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

layouts/default.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<template>
2-
<div>
2+
<div class="flex flex-col min-h-screen">
33
<LayoutNavbar />
4-
<div class="container mx-auto max-w-[84.375rem]">
4+
<div class="container mx-auto max-w-[84.375rem] flex-grow">
5+
<main >
56
<slot />
7+
</main>
68
</div>
79
<LayoutFooter />
810
<LayoutStickyFooter />

0 commit comments

Comments
 (0)