diff --git a/server/documents/collections/grid.html.eco b/server/documents/collections/grid.html.eco index 1d34624fa..05f2ff3f0 100755 --- a/server/documents/collections/grid.html.eco +++ b/server/documents/collections/grid.html.eco @@ -27,10 +27,12 @@ themes : ['default']
A grid is made up of columns of content with gutters to provide negative space between columns.
- +A grid can include additional nesting for rows. This allows variations like equal height
and vertically divided
A grid can wrap groups of columns into rows
+A page grid is used to layout page contents into a grid system. Page grids exists on the top level of a web site. A page grid has gutters to the left and right of its columns to center content on a page.
+A page grid is used to layout page contents into a grid system. -
A page grid will automatically resize its gutters as a browser's width changes. This will preserve a percentage of width as a gutter.
+