Updated media query to match break point
This commit is contained in:
parent
7b93526f8d
commit
761804eda1
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue