mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-25 00:40:24 +00:00
Fix navbar brand alignment by removing header padding when above 768px
This commit is contained in:
parent
90d5e48f5f
commit
e587219958
3 changed files with 7 additions and 1 deletions
3
dist/css/bootstrap.css
vendored
3
dist/css/bootstrap.css
vendored
|
|
@ -3238,6 +3238,9 @@ button.close {
|
|||
@media (min-width: 768px) {
|
||||
.navbar-header {
|
||||
float: left;
|
||||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
margin-right: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -36,6 +36,9 @@
|
|||
|
||||
@media (min-width: @grid-float-breakpoint) {
|
||||
float: left;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
margin-right: @navbar-padding-horizontal;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue