mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-02 14:24:19 +01:00
Fix navbar brand alignment by removing header padding when above 768px
This commit is contained in:
parent
90d5e48f5f
commit
e587219958
3
dist/css/bootstrap.css
vendored
3
dist/css/bootstrap.css
vendored
@ -3238,6 +3238,9 @@ button.close {
|
|||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.navbar-header {
|
.navbar-header {
|
||||||
float: left;
|
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) {
|
@media (min-width: @grid-float-breakpoint) {
|
||||||
float: left;
|
float: left;
|
||||||
|
padding-left: 0;
|
||||||
|
padding-right: 0;
|
||||||
|
margin-right: @navbar-padding-horizontal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user