Skip to content

Commit

Permalink
add position relative to container
Browse files Browse the repository at this point in the history
allows for better/easier positioning of elements within (e.g., a toggler in a navbar)
  • Loading branch information
mdo committed Dec 29, 2016
1 parent b350e60 commit d9fcdcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/mixins/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// Generate semantic grid columns with these mixins.

@mixin make-container($gutters: $grid-gutter-widths) {
position: relative;
margin-left: auto;
margin-right: auto;

Expand Down

0 comments on commit d9fcdcf

Please sign in to comment.