Added missing dot (#23601)

This commit is contained in:
SKmedix 2017-08-21 17:30:55 +02:00 committed by XhmikosR
parent 721d948d94
commit 022b41ed9b
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ In addition to column clearing at responsive breakpoints, you may need to reset
<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 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 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 %}
</div>