This commit is contained in:
awfki 2017-08-15 15:21:46 +00:00 committed by GitHub
commit bd1131ae6b

View File

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