Show desktop menu when resolution > 920px
This commit is contained in:
parent
2375b2313d
commit
6b96623900
1 changed files with 1 additions and 1 deletions
|
@ -580,7 +580,7 @@ button:not(:-moz-focusring):focus > .main-nav__btn-box {
|
|||
background-color: #2a2a2a;
|
||||
}
|
||||
|
||||
@media (min-width: 720px) {
|
||||
@media (min-width: 920px) {
|
||||
.logo {
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue