Skip to content

Commit

Permalink
update index.html
Browse files Browse the repository at this point in the history
correct visible text corresponding to number of collumns
  • Loading branch information
q3e authored Jul 29, 2016
1 parent 340169e commit a3c9077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/grid/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h3>Mixed: mobile, tablet, and desktop</h3>
<p></p>
<div class="row">
<div class="col-xs-12 col-sm-6 col-lg-8">.col-xs-12 .col-sm-6 .col-lg-8</div>
<div class="col-xs-6 col-lg-4">.col-xs-6 .col-lg-4</div>
<div class="col-sm-6 col-lg-4">.col-sm-6 .col-lg-4</div>
</div>
<div class="row">
<div class="col-xs-6 col-sm-4">.col-xs-6 .col-sm-4</div>
Expand Down

0 comments on commit a3c9077

Please sign in to comment.