From fe703eb9d2d0879d491478af27300bafb9db0188 Mon Sep 17 00:00:00 2001 From: rav4s Date: Fri, 18 Dec 2020 11:35:47 -0600 Subject: [PATCH] Adjusted layout for footer --- static/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/styles.css b/static/styles.css index f0b81fb..3c50561 100644 --- a/static/styles.css +++ b/static/styles.css @@ -56,7 +56,7 @@ a.active { float: left; width: 50%; padding: 10px; - height: calc(100vh - 89px) + height: calc(100vh - 178px) } .row:after { @@ -73,6 +73,6 @@ a.active { @media screen and (max-width: 600px) { .column { width: 100%; - height: calc((100vh - 138px)*0.5) + height: calc((100vh - 276px)*0.5) } }