From: xangelo Date: Tue, 3 Dec 2024 18:17:56 +0000 (-0500) Subject: fix(ui): make gradient background more consistent X-Git-Tag: v0.4.4~35 X-Git-Url: https://git.xangelo.ca/?a=commitdiff_plain;h=da14c3c6c596671cd25ce04d0c2d625493078e37;p=risinglegends.git fix(ui): make gradient background more consistent --- diff --git a/public/assets/css/base.css b/public/assets/css/base.css index 92a43f9..602b290 100644 --- a/public/assets/css/base.css +++ b/public/assets/css/base.css @@ -9,7 +9,7 @@ } html { - height: 100vh; + min-height: 100vh; } body {