mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
move flex to navbar container only; otherwise it affects things negatively elsewhere
This commit is contained in:
parent
135bd0283d
commit
73da266009
@ -9,13 +9,13 @@
|
||||
|
||||
@include media-breakpoint-up(sm) {
|
||||
display: flex;
|
||||
// flex: 0 0 auto;
|
||||
flex-wrap: nowrap;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
// For nesting containers, have to redeclare for alignment purposes
|
||||
> .container {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
align-items: center;
|
||||
}
|
||||
|
@ -3,7 +3,6 @@
|
||||
// Generate semantic grid columns with these mixins.
|
||||
|
||||
@mixin make-container($gutters: $grid-gutter-widths) {
|
||||
display: flex;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user