mirror of https://github.com/twbs/bootstrap.git
Change container padding to 1rem
This commit is contained in:
parent
973876eda6
commit
2a2b0b5abe
|
@ -308,7 +308,7 @@ $gutters: $spacers !default;
|
|||
|
||||
// Container padding
|
||||
|
||||
$container-padding-x: $grid-gutter-width / 2 !default;
|
||||
$container-padding-x: 1rem !default;
|
||||
|
||||
|
||||
// Components
|
||||
|
|
Loading…
Reference in New Issue