Show nav shortcut only on devices smaller than 990px

master
Noah 2017-12-24 19:40:12 +00:00
parent abc12582b5
commit cf4378bb14
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ blockquote {
left: 10px;
}
@media (max-width: 1200px) {
@media (max-width: 990px) {
.mobile-nav {
display: block;
}