]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Follow up to #19099: Correct grid gutter value
authorMark Otto <markdotto@gmail.com>
Sun, 7 Feb 2016 04:12:55 +0000 (20:12 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 7 Feb 2016 04:12:55 +0000 (20:12 -0800)
scss/_variables.scss

index 25a249ded1b7a8f438ed1980a5713476ac92dbe6..a2f77b56b19bf2df9a680bf253ae0e4e404ffac1 100644 (file)
@@ -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