mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user