From: xangelo Date: Thu, 29 Jun 2023 13:00:46 +0000 (-0400) Subject: fix: background gradient doesnt span full height X-Git-Tag: v0.0.1~20 X-Git-Url: https://git.xangelo.ca/?a=commitdiff_plain;h=20d6206945387005ff98cd13744896b972c30023;p=risinglegends.git fix: background gradient doesnt span full height --- 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;