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;