mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03: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