Update base.css

This commit is contained in:
awfki 2017-08-09 11:11:48 -04:00 committed by GitHub
parent 6391812ed4
commit bff9a53564

View File

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