don't let nav stack too early

This commit is contained in:
Mark Otto 2017-07-02 23:52:20 -07:00
parent 1d8328067a
commit f08cf1fce7
1 changed files with 8 additions and 0 deletions

View File

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