From: Geoff Kimball Date: Wed, 9 Dec 2015 17:27:23 +0000 (-0800) Subject: Add documentation for .expanded to grid page X-Git-Tag: v6.0.6~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8896b95a77cc15dfda4b99450ff471fbdaf70fd;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add documentation for .expanded to grid page --- diff --git a/docs/pages/grid.md b/docs/pages/grid.md index 58f9fa47f..d9e9f8c0d 100644 --- a/docs/pages/grid.md +++ b/docs/pages/grid.md @@ -156,6 +156,17 @@ If you need a full-width column to use as a container, put the `.column` and `.r --- +### Fluid Row + +Normally, a row is always 1200 pixels wide. Make a row completely fluid by adding the `.expanded` class. + +```html +
+
+``` + +--- + ### Nesting You can nest the grids indefinitely, though at a certain point it will get absurd.