Skip to content

Commit c282ca5

Browse files
Merge pull request twbs#20409 from nfatah/patch-1
update index.html
2 parents 340169e + a3c9077 commit c282ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/grid/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h3>Mixed: mobile, tablet, and desktop</h3>
106106
<p></p>
107107
<div class="row">
108108
<div class="col-xs-12 col-sm-6 col-lg-8">.col-xs-12 .col-sm-6 .col-lg-8</div>
109-
<div class="col-xs-6 col-lg-4">.col-xs-6 .col-lg-4</div>
109+
<div class="col-sm-6 col-lg-4">.col-sm-6 .col-lg-4</div>
110110
</div>
111111
<div class="row">
112112
<div class="col-xs-6 col-sm-4">.col-xs-6 .col-sm-4</div>

0 commit comments

Comments
 (0)