Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'less/navbar.less')
-rw-r--r--less/navbar.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/navbar.less b/less/navbar.less
index c7bdd36cc4..dbfd7f1a7f 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -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;
}
}