Show mobile menu at tweener sizes, fixes #604

This commit is contained in:
Alex Gleason
2021-03-30 22:18:46 -05:00
parent 9510cf4a38
commit 207a163e15

View File

@ -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;
}
}