mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 14:00:24 +00: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:
parent
b350e60e82
commit
d9fcdcfa76
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue