mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 16:50:00 +02:00
Simplify make-container() (#31735)
This commit is contained in:
@@ -337,7 +337,7 @@ $gutters: $spacers !default;
|
||||
|
||||
// Container padding
|
||||
|
||||
$container-padding-x: $grid-gutter-width !default;
|
||||
$container-padding-x: $grid-gutter-width / 2 !default;
|
||||
|
||||
|
||||
// Components
|
||||
|
Reference in New Issue
Block a user