1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 23:04:32 +02:00

Correct the horizontal padding on grid containers (#35825)

* Correct the horizontal padding on grid containers

* Don't halve the container-padding-x variable
This commit is contained in:
Mark Otto
2022-02-14 15:07:17 -08:00
committed by GitHub
parent a163ed76d4
commit 918a86b425
2 changed files with 3 additions and 3 deletions

View File

@@ -467,7 +467,7 @@ $grid-row-columns: 6 !default;
// Container padding
$container-padding-x: $grid-gutter-width * .5 !default;
$container-padding-x: $grid-gutter-width !default;
// Components