diff --git a/_includes/nav-css.html b/_includes/nav-css.html index e363df52b..f5226ec5e 100644 --- a/_includes/nav-css.html +++ b/_includes/nav-css.html @@ -20,7 +20,7 @@
With the four tiers of grids available you're bound to run into issues where, at certain breakpoints, your columns don't clear quite right as one is taller than the other. To fix that, use a combination of a .clearfix and our responsive utility classes.
In addition to column clearing at responsive breakpoints, you may need to reset offsets, pushes, or pulls. Those resets are available for medium and large grid tiers only, since they start only at the (second) small grid tier.
+{% highlight html %} +Move columns to the right using .col-md-offset-* classes. These classes increase the left margin of a column by * columns. For example, .col-md-offset-4 moves .col-md-4 over four columns.