From: Mark Otto Date: Sun, 7 Feb 2016 04:12:55 +0000 (-0800) Subject: Follow up to #19099: Correct grid gutter value X-Git-Tag: v4.0.0-alpha.3~287 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ca44d29f52806975ecef0bbb100449ebde69cee;p=thirdparty%2Fbootstrap.git Follow up to #19099: Correct grid gutter value --- diff --git a/scss/_variables.scss b/scss/_variables.scss index 25a249ded1..a2f77b56b1 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