0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Drop position relative on container that was added quickly in Alpha 6

This commit is contained in:
Mark Otto 2017-03-25 15:23:10 -07:00 committed by Mark Otto
parent 1a264be8b3
commit 8108c0357a

View File

@ -3,7 +3,6 @@
// Generate semantic grid columns with these mixins.
@mixin make-container($gutters: $grid-gutter-widths) {
position: relative;
margin-right: auto;
margin-left: auto;