Merge pull request #3 from awfki/revert-2-awfki-search-bar-1400

Revert "Update base.css"
This commit is contained in:
awfki 2017-08-09 11:15:10 -04:00 committed by GitHub
commit dfd5b9fc26

View File

@ -35,8 +35,8 @@ footer p {
margin: 20px 0; margin: 20px 0;
} }
/* Collapse the nav menu on displays less than 1400px wide */ /* Collapse the nav menu on displays less than 1200px wide */
@media (max-width: 1399px) { @media (max-width: 1199px) {
.navbar-header { .navbar-header {
float: none; float: none;
} }