fix: bg gradient should span entire window height main
authorxangelo <me@xangelo.ca>
Fri, 18 Oct 2024 19:00:13 +0000 (15:00 -0400)
committerxangelo <me@xangelo.ca>
Fri, 18 Oct 2024 19:00:13 +0000 (15:00 -0400)
public/assets/css/game.css

index 82a5fff59cef5f0b873e087684ac94f3f9b1973f..2f32e19858aa1454f8c7a77b3da32033131f5e3b 100644 (file)
@@ -6,6 +6,9 @@
     font-style: normal;
     font-display: swap;
 }
+html {
+  height: 100vh;
+}
 
 body {
   margin: 1rem auto 2rem;