From 263af9cb602e62616b5d605750275837c11291f7 Mon Sep 17 00:00:00 2001 From: rav4s Date: Fri, 18 Dec 2020 14:20:23 -0600 Subject: [PATCH] Adjust responsive layout --- static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index 54f94cd..2a11296 100644 --- a/static/styles.css +++ b/static/styles.css @@ -99,6 +99,6 @@ a.active { @media screen and (max-width: 600px) { .column { width: 100%; - height: calc((100vh - 198px)*0.5) + height: calc((100vh - 222px)*0.5) } }