Show mobile menu at tweener sizes, fixes #604
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user