aboutsummaryrefslogtreecommitdiff
path: root/docs/layout/grid.md
diff options
context:
space:
mode:
authorPierre-Denis Vanduynslager <[email protected]>2017-01-22 17:32:50 -0500
committerPierre-Denis Vanduynslager <[email protected]>2017-01-22 17:32:50 -0500
commit1cdd0d16c195fccdef33229eba687a0f6a65f56e (patch)
treeacbf02975ae7aa427d46049ac9a89627d242b91e /docs/layout/grid.md
parentef2181ff4d53b9196828fae3ed8b62b493b4f937 (diff)
parent091f3b8c246a8e4923f3f156ffbf3e359058d1d5 (diff)
downloadbootstrap-1cdd0d16c195fccdef33229eba687a0f6a65f56e.tar.xz
bootstrap-1cdd0d16c195fccdef33229eba687a0f6a65f56e.zip
Merge branch 'twbs/v4-dev' into dropdown-keyboard
Diffstat (limited to 'docs/layout/grid.md')
-rw-r--r--docs/layout/grid.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/layout/grid.md b/docs/layout/grid.md
index 03deb2f55..58e51946e 100644
--- a/docs/layout/grid.md
+++ b/docs/layout/grid.md
@@ -293,7 +293,7 @@ Don't want your columns to simply stack in some grid tiers? Use a combination of
{% example html %}
<!-- Stack the columns on mobile by making one full-width and the other half-width -->
<div class="row">
- <div class="col col-md-8">.col .col-md-8</div>
+ <div class="col-12 col-md-8">.col-12 .col-md-8</div>
<div class="col-6 col-md-4">.col-6 .col-md-4</div>
</div>