mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-27 08:29:53 +03:00
Fixed navbar-text on smaller screens (< 1199px)
This commit is contained in:
parent
a692909235
commit
03fbce9ee3
|
@ -174,11 +174,17 @@
|
|||
}
|
||||
|
||||
@media (max-width: 1199px) {
|
||||
.navbar-text {
|
||||
color: inherit;
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
height: 50px;
|
||||
padding: 10px 15px;
|
||||
}
|
||||
|
||||
.navbar-form {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user