From 05fead69ebb936357f5fc95ae7c494aa3be6f516 Mon Sep 17 00:00:00 2001 From: rav4s Date: Fri, 18 Dec 2020 13:36:26 -0600 Subject: [PATCH] Fixing footer styles --- static/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/styles.css b/static/styles.css index 8c5000a..2539a3c 100644 --- a/static/styles.css +++ b/static/styles.css @@ -28,7 +28,7 @@ a.none { padding: 0px; text-decoration: none; font-size: 16px; - line-height: 0px; + line-height: 24px; border-radius: 0px; } @@ -67,7 +67,7 @@ a.active { float: left; width: 50%; padding: 10px; - height: calc(100vh - 178px) + height: calc(100vh - 149px) } .row:after { @@ -84,6 +84,6 @@ a.active { @media screen and (max-width: 600px) { .column { width: 100%; - height: calc((100vh - 276px)*0.5) + height: calc((100vh - 198px)*0.5) } }