mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
don't let nav stack too early
This commit is contained in:
parent
1d8328067a
commit
f08cf1fce7
@ -28,3 +28,11 @@
|
||||
background-color: #f9f9f9;
|
||||
border-color: #f9f9f9;
|
||||
}
|
||||
|
||||
.bs-docs-nav {
|
||||
.navbar-right {
|
||||
@media (min-width: 768px) and (max-width: 992px) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user