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

add position relative to container

allows for better/easier positioning of elements within (e.g., a toggler in a navbar)
This commit is contained in:
Mark Otto 2016-12-28 17:40:03 -08:00 committed by Mark Otto
parent b350e60e82
commit d9fcdcfa76

View File

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