diff --git a/examples/grid.html b/examples/grid.html index b39c27797..2a0a80ada 100644 --- a/examples/grid.html +++ b/examples/grid.html @@ -20,7 +20,7 @@
A container is a fixed width element that wraps your site's content. It remains a constant size and uses margin to center. Containers are the simplest way to center page content inside a grid. @@ -48,32 +48,6 @@
A page grid
uses padding
to create fluid page gutters. Each columns width will continuously adjust as your browser width changes to maintain the same percentage of overall browser width.
A page grid adjusts its gutters as a percentage of total page width for each device. This causes it to snap to a new width on each breakpoint.
-Sometimes you just need to put a single column of centered text on a page. A text container
is a special type of container optimized for a single flowing column of text, like this instructions on this page.
@@ -90,7 +64,7 @@
A grid does not necessarily need to specify rows. If you include columns
as direct child of ui grid
content will automatically flow to the next row when all the grid columns are taken in the current row.