Updated media query to match break point
This commit is contained in:
parent
32dce64dc1
commit
2642fd9134
|
@ -43,7 +43,7 @@ a, a:active, a:focus {
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 767px) {
|
||||||
.navbar-fixed-top .navbar-collapse {
|
.navbar-fixed-top .navbar-collapse {
|
||||||
max-height: 450px;
|
max-height: 450px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue