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) } }