diff --git a/getting-started.html b/getting-started.html index d264126f1a..c3d861da19 100644 --- a/getting-started.html +++ b/getting-started.html @@ -369,27 +369,27 @@ bootstrap/ .visible-phone - .visible-sm + .visible-xs .visible-tablet - .visible-md + .visible-sm .visible-desktop - .visible-lg + .visible-md .hidden-phone - .hidden-sm + .hidden-xs .hidden-tablet - .hidden-md + .hidden-sm .hidden-desktop - .hidden-lg + .hidden-md .input-small @@ -460,21 +460,25 @@ bootstrap/ .jumbotron - Tiny grid (<768 px) + Tiny grid (<768px) .col-xs-* - Small grid (>768 px) + Small grid (≥768px) .col-sm-* - Medium grid (>992 px) + Medium grid (≥992px) .col-md-* - Large grid (>1200 px) + Large grid (≥1200px) .col-lg-* + + Responsive utility classes (≥1200px) + .visible-lg .hidden-lg + Offsets .col-sm-offset-* .col-md-offset-* .col-lg-offset-*