From a0e2658379421d41cd500e9dc4118094c8702b0a Mon Sep 17 00:00:00 2001 From: rav4s Date: Fri, 18 Dec 2020 11:31:51 -0600 Subject: [PATCH] Fixed responsive layout --- static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index 38ec2e8..f0b81fb 100644 --- a/static/styles.css +++ b/static/styles.css @@ -73,6 +73,6 @@ a.active { @media screen and (max-width: 600px) { .column { width: 100%; - height: calc((100vh - 89px)*0.5) + height: calc((100vh - 138px)*0.5) } }