0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

proper var

This commit is contained in:
Mark Otto 2014-03-09 23:25:15 -07:00
parent 309ef72ef4
commit 3640d71ad7

View File

@ -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;
}
}