From 792d190cc12f1a7710031afad4cc41e441d19cfc Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange Date: Sat, 18 Jun 2022 17:54:55 -0500 Subject: [PATCH] Fixed margins and no dice message --- style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index b7f6876..ed3b848 100644 --- a/style.css +++ b/style.css @@ -125,7 +125,6 @@ body {padding:0;margin:0;background-color:var(--mainColorThemedLight);} overflow-y: auto; box-sizing: border-box; padding: 0 64px; - padding-bottom: 64px; } .content > div:empty::before { position: absolute; @@ -139,6 +138,12 @@ body {padding:0;margin:0;background-color:var(--mainColorThemedLight);} font-size: 24px; } +.content > div { + padding-bottom: 64px; + min-height: 100%; + box-sizing:border-box; +} + templates, template { display: none; }