fix nav spilling onto two lines issue
This commit is contained in:
parent
80d11d74ff
commit
9ee51fff17
1 changed files with 7 additions and 0 deletions
|
@ -364,6 +364,13 @@ footer .footer-copy {
|
|||
.navbar-nav.pull-right {
|
||||
float: left !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 992px) and (min-width: 768px) {
|
||||
.nav > li > a {
|
||||
padding: 15px 9px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 550px) {
|
||||
|
|
Loading…
Reference in a new issue