Updated media query to match break point

This commit is contained in:
Kasper Friis Christensen 2017-04-15 11:15:24 +02:00
parent 7b93526f8d
commit 761804eda1

View file

@ -43,7 +43,7 @@ a, a:active, a:focus {
margin-top: 6px;
}
@media (max-width: 480px) {
@media (max-width: 767px) {
.navbar-fixed-top .navbar-collapse {
max-height: 450px;
}