From 83e3b551861646376811df6c7dde48de79d98916 Mon Sep 17 00:00:00 2001 From: Aaron Arney Date: Tue, 8 Dec 2015 17:53:22 -0500 Subject: [PATCH] Update grid.md Add note to block grid documentation pointing out that Foundation defaults to a maximum of six columns. --- 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 58f9fa47f..dcb549014 100644 --- a/docs/pages/grid.md +++ b/docs/pages/grid.md @@ -388,7 +388,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. +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. ```html_example
-- 2.47.2