Update base.css

Hide search bar under 1400px (vs 1600)
This commit is contained in:
awfki 2017-08-09 11:16:34 -04:00 committed by GitHub
parent dfd5b9fc26
commit 192026a6d7

View File

@ -74,8 +74,8 @@ footer p {
}
}
/* Hide the nav search bar on displays less than 1300px wide */
@media (max-width: 1299px) {
/* Hide the nav search bar on displays less than 1400px wide */
@media (max-width: 1399px) {
#navbar_search {
display: none;
}