mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-22 02:21:50 +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.
|
// 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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue