diff --git a/src/css/header.css b/src/css/header.css index 103b896..031b5dd 100644 --- a/src/css/header.css +++ b/src/css/header.css @@ -146,7 +146,13 @@ body { white-space: nowrap; } -@media screen and (max-width: 1023.5px) { +@media screen and (max-width: 480px) and (min-width: 320px) { + .navbar-item.logo { + display: none; + } +} + +@media screen and (max-width: 1023.5px) and (min-width: 481px) { .navbar-brand { height: inherit; }