From 3af32b0b286a5915398f8c238936f7b383aeadd5 Mon Sep 17 00:00:00 2001 From: Lars Gyrup Brink Nielsen Date: Tue, 29 Dec 2015 21:14:58 +0100 Subject: [PATCH] Update Block Grids section Default max number of columns in block grid is 8, not 6. --- docs/pages/grid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/grid.md b/docs/pages/grid.md index 24b59947d..8953e03ea 100644 --- a/docs/pages/grid.md +++ b/docs/pages/grid.md @@ -427,7 +427,7 @@ Using these source ordering classes, you can shift columns around between our br ### Block Grids -The block grid from Foundation 5 has been merged into the main grid. Add a class of the format `[size]-up-[n]` to change the size of all columns within the row. By default, the max number of columns you can use with block grid are 6. +The block grid from Foundation 5 has been merged into the main grid. Add a class of the format `[size]-up-[n]` to change the size of all columns within the row. By default, the max number of columns you can use with block grid are 8. ```html_example
-- 2.47.2