aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-02-06 20:12:55 -0800
committerMark Otto <[email protected]>2016-02-06 20:12:55 -0800
commit9ca44d29f52806975ecef0bbb100449ebde69cee (patch)
tree52d4c1ab2e2a8ffe7c305c51400b38d6fd45804e
parentcf9079ecf9f37de31f4082e13eeda790d06e971c (diff)
downloadbootstrap-9ca44d29f52806975ecef0bbb100449ebde69cee.tar.xz
bootstrap-9ca44d29f52806975ecef0bbb100449ebde69cee.zip
Follow up to #19099: Correct grid gutter value
-rw-r--r--scss/_variables.scss2
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