1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 17:32:41 +02:00

move flex to navbar container only; otherwise it affects things negatively elsewhere

This commit is contained in:
Mark Otto
2016-12-21 14:31:54 -08:00
committed by Mark Otto
parent 135bd0283d
commit 73da266009
2 changed files with 1 additions and 2 deletions

View File

@@ -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;