Fixed margin for navbar-text on smaller screens

This commit is contained in:
Tim Hovius 2015-02-27 12:20:26 +01:00
parent 442ea09727
commit 9e299c24fd

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 {