2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Drop: @screen-xs, @screen-xs-min, and @screen-phone

This commit is contained in:
Mark Otto
2014-07-08 01:25:23 -07:00
parent 61335862a7
commit d84fce7230
4 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -92,7 +92,7 @@
.navbar-collapse {
max-height: @navbar-collapse-max-height;
@media (max-device-width: @screen-xs-min) and (orientation: landscape) {
@media (max-device-width: 480px) and (orientation: landscape) {
max-height: 200px;
}
}