diff --git a/docs/_includes/css/grid.html b/docs/_includes/css/grid.html index f1ee7fcd1a..429ef90f94 100644 --- a/docs/_includes/css/grid.html +++ b/docs/_includes/css/grid.html @@ -347,10 +347,10 @@
To nest your content with the default grid, add a new .row
and set of .col-md-*
columns within an existing .col-md-*
column. Nested rows should include a set of columns that add up to 12 or less (it is not required that you use all 12 available columns).
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 less (it is not required that you use all 12 available columns).