diff options
| author | Mark Otto <[email protected]> | 2016-02-06 20:12:55 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-06 20:12:55 -0800 |
| commit | 9ca44d29f52806975ecef0bbb100449ebde69cee (patch) | |
| tree | 52d4c1ab2e2a8ffe7c305c51400b38d6fd45804e | |
| parent | cf9079ecf9f37de31f4082e13eeda790d06e971c (diff) | |
| download | bootstrap-9ca44d29f52806975ecef0bbb100449ebde69cee.tar.xz bootstrap-9ca44d29f52806975ecef0bbb100449ebde69cee.zip | |
Follow up to #19099: Correct grid gutter value
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 25a249ded..a2f77b56b 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -130,7 +130,7 @@ $container-max-widths: ( // Set the number of columns and specify the width of the gutters. $grid-columns: 12 !default; -$grid-gutter-width: 15px !default; // 30px +$grid-gutter-width: 30px !default; // Typography |
