Show mobile menu at tweener sizes, fixes #604

merge-requests/377/merge
Alex Gleason 4 years ago
parent 9510cf4a38
commit 207a163e15
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -78,7 +78,7 @@
display: none;
}
@media screen and (max-width: 895px) {
@media screen and (max-width: 1190px) {
display: none;
}
}
@ -94,7 +94,7 @@
width: 30px;
opacity: 0;
@media (min-width: 895px) {
@media (min-width: 1191px) {
display: none;
}
}

Loading…
Cancel
Save