Fix minor alignment jank

This commit is contained in:
daylily
2026-01-13 18:04:58 -04:00
parent 63134df7d6
commit 13db361cb9
3 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import Main from '$lib/layouts/Main.svelte'
<ModeWatcher />
<Toaster position="bottom-center" duration={2000} theme={mode.current} invert />
<div class="max-w-7xl min-h-dvh m-auto p-6 stack gap-4">
<div class="max-w-7xl min-h-dvh m-auto p-6 lg:py-8 stack gap-4">
<Main />
<Footer />
</div>