fix: background gradient doesnt span full height
authorxangelo <git@xangelo.ca>
Thu, 29 Jun 2023 13:00:46 +0000 (09:00 -0400)
committerxangelo <git@xangelo.ca>
Thu, 29 Jun 2023 13:00:46 +0000 (09:00 -0400)
public/assets/css/game.css

index a5354ccb3a30e9652b56ce3403b7ef0a821aaaa7..6943c6a7199fe8291c8463d4fdfb2f306cb3ab15 100644 (file)
@@ -3,6 +3,7 @@ body {
   background-color: #eee;
   width: 100%;
   max-width: 724px;
+  height: 100vh;
 }
 #view {
   font-size: 14px;