Merge pull request #4 from awfki/search-box-1400

Update base.css
This commit is contained in:
awfki 2017-08-09 11:17:22 -04:00 committed by GitHub
commit e2c04aec0f

View File

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