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