1
0
mirror of https://github.com/kirsle/kirsle.net synced 2024-12-22 15:09:29 +00:00

Show nav shortcut only on devices smaller than 990px

This commit is contained in:
Noah 2017-12-24 19:40:12 +00:00
parent abc12582b5
commit cf4378bb14

View File

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