From b17120fc8625a678061ff6c5838c5eac7f13c9ee Mon Sep 17 00:00:00 2001 From: ckie Date: Sun, 6 Oct 2024 00:25:03 +0300 Subject: [PATCH] lil quirks --- src/main.css | 2 +- src/routes/+page.svelte | 4 +++- src/routes/footer.svelte | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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: