Merge pull request #443 from timhovius/navbar-text

Fix navbar-text on smaller screens (< 1199px)
This commit is contained in:
Fez Vrasta 2015-02-27 12:24:22 +01:00
commit 67cadd712d

View File

@ -87,6 +87,12 @@
}
@media (max-width: 767px) {
.navbar-text {
color: inherit;
margin-top: 15px;
margin-bottom: 15px;
}
// Dropdowns get custom display
.open .dropdown-menu {
> .dropdown-header {