From 79e7fcf15e6628ea6968f948f073a22c0f862dfa Mon Sep 17 00:00:00 2001 From: Julien Constant Date: Sun, 12 Mar 2023 13:17:36 +0100 Subject: [PATCH] Fix weird bug --- core/static/core/navbar.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/static/core/navbar.scss b/core/static/core/navbar.scss index cddbceaa..019c4a5b 100644 --- a/core/static/core/navbar.scss +++ b/core/static/core/navbar.scss @@ -4,7 +4,6 @@ box-shadow: 3px 3px 3px 0 #dfdfdf; border-radius: 0; width: 100%; - min-height: 75px; display: flex; flex-direction: row; flex-wrap: wrap; @@ -19,10 +18,6 @@ justify-content: space-between; } - @media (max-width: 400px) { - flex-direction: column; - } - &-logo { display: flex; flex-direction: row;