From 20d6206945387005ff98cd13744896b972c30023 Mon Sep 17 00:00:00 2001 From: xangelo Date: Thu, 29 Jun 2023 09:00:46 -0400 Subject: [PATCH] fix: background gradient doesnt span full height --- public/assets/css/game.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/assets/css/game.css b/public/assets/css/game.css index a5354cc..6943c6a 100644 --- a/public/assets/css/game.css +++ b/public/assets/css/game.css @@ -3,6 +3,7 @@ body { background-color: #eee; width: 100%; max-width: 724px; + height: 100vh; } #view { font-size: 14px; -- 2.25.1