mirror of https://github.com/twbs/bootstrap.git
Follow up to #19099: Correct grid gutter value
This commit is contained in:
parent
cf9079ecf9
commit
9ca44d29f5
|
@ -130,7 +130,7 @@ $container-max-widths: (
|
||||||
// Set the number of columns and specify the width of the gutters.
|
// Set the number of columns and specify the width of the gutters.
|
||||||
|
|
||||||
$grid-columns: 12 !default;
|
$grid-columns: 12 !default;
|
||||||
$grid-gutter-width: 15px !default; // 30px
|
$grid-gutter-width: 30px !default;
|
||||||
|
|
||||||
|
|
||||||
// Typography
|
// Typography
|
||||||
|
|
Loading…
Reference in New Issue