mirror of
https://github.com/twbs/bootstrap.git
synced 2025-06-04 00:02:59 -04:00
_grid.scss: Declare left margin before right margin for uniformity; refs #18036
[skip sauce] [skip validator]
This commit is contained in:
parent
aff3fce63b
commit
a30a5bb9b5
@ -3,8 +3,8 @@
|
|||||||
// Generate semantic grid columns with these mixins.
|
// Generate semantic grid columns with these mixins.
|
||||||
|
|
||||||
@mixin make-container($gutter: $grid-gutter-width) {
|
@mixin make-container($gutter: $grid-gutter-width) {
|
||||||
margin-right: auto;
|
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
padding-left: ($gutter / 2);
|
padding-left: ($gutter / 2);
|
||||||
padding-right: ($gutter / 2);
|
padding-right: ($gutter / 2);
|
||||||
@if not $enable-flex {
|
@if not $enable-flex {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user