Typos in grid.md (#24828)

Fixed typos in offsetting section of grid.md
This commit is contained in:
Rychu 2017-11-19 19:33:05 +01:00 committed by Patrick H. Lauke
parent e29398ee20
commit 1449ec0d7c

View File

@ -590,7 +590,7 @@ In addition to column clearing at responsive breakpoints, you may need to reset
</div>
<div class="row">
<div class="col-sm-6 col-md-5 col-lg-6">.col.col-sm-6.col-md-5.col-lg-6</div>
<div class="col-sm-6 col-md-5 col-lg-6">.col-sm-6 .col-md-5 .col-lg-6</div>
<div class="col-sm-6 col-md-5 offset-md-2 col-lg-6 offset-lg-0">.col-sm-6 .col-md-5 .offset-md-2 .col-lg-6 .offset-lg-0</div>
</div>
{% endexample %}