diff --git a/_includes/nav-css.html b/_includes/nav-css.html index 202488370..d4acb7bc5 100644 --- a/_includes/nav-css.html +++ b/_includes/nav-css.html @@ -20,6 +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.
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.