From 9790b385441bc2663686fd08d51f6ad49a32d225 Mon Sep 17 00:00:00 2001 From: xangelo Date: Wed, 13 Mar 2024 12:43:01 -0400 Subject: [PATCH] fix: make gradient span site height --- public/assets/css/game.css | 1 - 1 file changed, 1 deletion(-) diff --git a/public/assets/css/game.css b/public/assets/css/game.css index f910410..b624ff0 100644 --- a/public/assets/css/game.css +++ b/public/assets/css/game.css @@ -12,7 +12,6 @@ body { background-color: #eee; width: 100%; max-width: 724px; - height: 100vh; } .title-font { font-family: 'Breathe Fire', monospace; -- 2.25.1