mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
don't let nav stack too early
This commit is contained in:
@@ -28,3 +28,11 @@
|
|||||||
background-color: #f9f9f9;
|
background-color: #f9f9f9;
|
||||||
border-color: #f9f9f9;
|
border-color: #f9f9f9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bs-docs-nav {
|
||||||
|
.navbar-right {
|
||||||
|
@media (min-width: 768px) and (max-width: 992px) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user