mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 15:00:23 +00:00
proper var
This commit is contained in:
parent
309ef72ef4
commit
3640d71ad7
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@
|
|||
.navbar-collapse {
|
||||
max-height: @navbar-collapse-max-height;
|
||||
|
||||
@media (max-width: @screen-phone) and (orientation: landscape) {
|
||||
@media (max-width: @screen-xs-min) and (orientation: landscape) {
|
||||
max-height: 200px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue