Make write section sticky

This commit is contained in:
daylily
2026-01-15 18:24:51 -04:00
parent a7104e204b
commit a6e1dbdf62
7 changed files with 56 additions and 44 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import { Toaster } from 'svelte-sonner'
<ModeWatcher />
<Toaster position="bottom-center" duration={2000} theme={mode.current} invert />
<div class="m-auto stack min-h-dvh max-w-7xl gap-4 p-6 lg:py-8">
<div class="m-auto stack min-h-dvh max-w-[calc(var(--container-7xl)-2*6*var(--spacing))]">
<Main />
<Footer />
</div>