1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 13:13:03 +02:00

Match container gutters with row gutters

- Replaces make-container mixin's padding-x param with gutter to match naming
- Changes value of container padding variable to match grid gutter width variable
- Uses local CSS variable for container padding

Fixes #31642
This commit is contained in:
Mark Otto
2020-09-14 09:58:48 -07:00
committed by Mark Otto
parent 9f60659d1d
commit 54ac2c7b05
2 changed files with 6 additions and 4 deletions

View File

@@ -336,7 +336,7 @@ $gutters: $spacers !default;
// Container padding
$container-padding-x: 1rem !default;
$container-padding-x: $grid-gutter-width !default;
// Components