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