diff --git a/docs/_includes/css/grid.html b/docs/_includes/css/grid.html index 5b14dd7d12..ad8b676157 100644 --- a/docs/_includes/css/grid.html +++ b/docs/_includes/css/grid.html @@ -333,6 +333,17 @@ {% endhighlight %} +
You can also override offsets from lower grid tiers with -offset-0
classes.
To nest your content with the default grid, add a new .row
and set of .col-sm-*
columns within an existing .col-sm-*
column. Nested rows should include a set of columns that add up to 12 or fewer (it is not required that you use all 12 available columns).