From: xangelo Date: Fri, 18 Oct 2024 19:00:13 +0000 (-0400) Subject: fix: bg gradient should span entire window height X-Git-Url: https://git.xangelo.ca/?a=commitdiff_plain;h=7bc09b757aca0c19ddc6329ef7be60bcd1a0e0db;p=risinglegends.git fix: bg gradient should span entire window height --- diff --git a/public/assets/css/game.css b/public/assets/css/game.css index 82a5fff..2f32e19 100644 --- a/public/assets/css/game.css +++ b/public/assets/css/game.css @@ -6,6 +6,9 @@ font-style: normal; font-display: swap; } +html { + height: 100vh; +} body { margin: 1rem auto 2rem;