diff options
| author | Mark Otto <[email protected]> | 2016-12-21 14:16:13 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-22 13:48:07 -0800 |
| commit | 135bd0283dbe51a32d9297d6302197a322fd250d (patch) | |
| tree | f0997e4437a7b8ed4d9a9af75d4193782a4b1465 | |
| parent | 96346f0b44d893942bb345f55698699f0007de0b (diff) | |
| download | bootstrap-135bd0283dbe51a32d9297d6302197a322fd250d.tar.xz bootstrap-135bd0283dbe51a32d9297d6302197a322fd250d.zip | |
containers should flex
| -rw-r--r-- | scss/mixins/_grid.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/mixins/_grid.scss b/scss/mixins/_grid.scss index 23b11dbed..b06035020 100644 --- a/scss/mixins/_grid.scss +++ b/scss/mixins/_grid.scss @@ -3,6 +3,7 @@ // Generate semantic grid columns with these mixins. @mixin make-container($gutters: $grid-gutter-widths) { + display: flex; margin-left: auto; margin-right: auto; |
