From 02d3e26e83638098d7eec2e59d1cae2e3567b404 Mon Sep 17 00:00:00 2001 From: linguist <22963968+lowlighter@users.noreply.github.com> Date: Sun, 3 Jan 2021 18:38:38 +0100 Subject: [PATCH] Update style.css --- source/app/web/statics/style.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/source/app/web/statics/style.css b/source/app/web/statics/style.css index 8d459b52..66f1d863 100644 --- a/source/app/web/statics/style.css +++ b/source/app/web/statics/style.css @@ -78,8 +78,6 @@ } .left, .right { margin: 0 8px; - height: 75%; - width: 0%; } .left { flex-shrink: 0; @@ -276,13 +274,14 @@ /* Media screen */ @media only screen and (min-width: 860px) { + .left, .right { + height: 75%; + width: 0%; + } .left { width: 25%; margin: 0 8px; } - .right { - width: 0%; - } nav { margin: 32px 0 24px; }