From dd7ba79808f6ce2b2b8ea2158b179b4d8b82b38d Mon Sep 17 00:00:00 2001 From: rav4s Date: Fri, 18 Dec 2020 10:31:56 -0600 Subject: [PATCH] Make height fill screen --- static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index 6e55db8..f907316 100644 --- a/static/styles.css +++ b/static/styles.css @@ -56,7 +56,7 @@ body { float: left; width: 50%; padding: 10px; - height: 100vh + height: calc(100vh - 89px) } .row:after {