From af1ba5cf74fb695674a166c3c6883bf62e91ceda Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Sat, 25 Jan 2014 01:58:54 +0100 Subject: [PATCH] Clarify nesting in grid example --- docs/examples/grid/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/grid/index.html b/docs/examples/grid/index.html index 1ae149aadc..54bdfbe0ad 100644 --- a/docs/examples/grid/index.html +++ b/docs/examples/grid/index.html @@ -63,7 +63,7 @@

Two columns with two nested columns

-

Per the documentation, nesting is easy—just put a row of columns within an existing row. This gives you two columns starting at desktops and scaling to large desktops, with another two (equal widths) within the larger column.

+

Per the documentation, nesting is easy—just put a row of columns within an existing column. This gives you two columns starting at desktops and scaling to large desktops, with another two (equal widths) within the larger column.

At mobile device sizes, tablets and down, these columns and their nested columns will stack.