mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03: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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user