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