From 0b2b8f5df6eff087611ebf261482f2eb576f88dd Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange <58280776+MeowcaTheoRange@users.noreply.github.com> Date: Sat, 18 Jun 2022 18:00:02 -0500 Subject: [PATCH] Update style.css --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index ed3b848..50b0b9d 100644 --- a/style.css +++ b/style.css @@ -140,7 +140,7 @@ body {padding:0;margin:0;background-color:var(--mainColorThemedLight);} .content > div { padding-bottom: 64px; - min-height: 100%; + min-height: calc(100% - 16px); box-sizing:border-box; } @@ -332,4 +332,4 @@ div.die button:active { div.content > div { column-count: 3; } -} \ No newline at end of file +}