diff options
| author | Pierre-Denis Vanduynslager <[email protected]> | 2017-01-22 17:32:50 -0500 |
|---|---|---|
| committer | Pierre-Denis Vanduynslager <[email protected]> | 2017-01-22 17:32:50 -0500 |
| commit | 1cdd0d16c195fccdef33229eba687a0f6a65f56e (patch) | |
| tree | acbf02975ae7aa427d46049ac9a89627d242b91e /docs/layout/grid.md | |
| parent | ef2181ff4d53b9196828fae3ed8b62b493b4f937 (diff) | |
| parent | 091f3b8c246a8e4923f3f156ffbf3e359058d1d5 (diff) | |
| download | bootstrap-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.md | 2 |
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> |
