]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Change default value of $block-grid-max from 6 to 8, closes #7298
authorGeoff Kimball <geoff@zurb.com>
Mon, 30 Nov 2015 22:17:56 +0000 (14:17 -0800)
committerGeoff Kimball <geoff@zurb.com>
Mon, 30 Nov 2015 22:19:03 +0000 (14:19 -0800)
scss/grid/_grid.scss

index 28e81ebb2d09953c98b204ff04df467e3b581bed..7ae355f132a6312dec31041306dcf50447373436 100644 (file)
@@ -20,7 +20,7 @@ $grid-column-gutter: 30px !default;
 
 /// The highest number of `.x-up` classes available when using the block grid CSS.
 /// @type Number
-$block-grid-max: 6 !default;
+$block-grid-max: 8 !default;
 
 @import 'row';
 @import 'column';