diff --git a/src/main.css b/src/main.css index e35e5cb..c81e4b8 100644 --- a/src/main.css +++ b/src/main.css @@ -18,7 +18,7 @@ html { @apply h-full; } body { - @apply h-[100%] flex bg-zinc-50; + @apply min-h-[100%] flex bg-zinc-50; > div { line-height: inherit; > * { diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index a0dc7cc..12707bb 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -96,7 +96,9 @@ With {DISTRO} and {PKGS}, you can: