mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 04:07:55 +03:00
Merge pull request #443 from timhovius/navbar-text
Fix navbar-text on smaller screens (< 1199px)
This commit is contained in:
commit
67cadd712d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user