aboutsummaryrefslogtreecommitdiff
path: root/docs/layout/grid.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-11-29 19:54:20 -0800
committerMark Otto <[email protected]>2015-11-29 19:54:20 -0800
commit0fa2c7c4866a4ada900a0bebd45ab8b741db6788 (patch)
tree9aca4400012f25b1fb2f5f03f70cc658da9199a9 /docs/layout/grid.md
parent765c5e9c07610a713a89e1664d6df539cdea44b4 (diff)
parentc68019e5d0ac1eba6cda998a0f4067809a10c443 (diff)
downloadbootstrap-0fa2c7c4866a4ada900a0bebd45ab8b741db6788.tar.xz
bootstrap-0fa2c7c4866a4ada900a0bebd45ab8b741db6788.zip
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'docs/layout/grid.md')
-rw-r--r--docs/layout/grid.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/layout/grid.md b/docs/layout/grid.md
index e35924337..6edbaf6b3 100644
--- a/docs/layout/grid.md
+++ b/docs/layout/grid.md
@@ -62,23 +62,23 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
<thead>
<tr>
<th></th>
- <th class="text-center">
+ <th class="text-xs-center">
Extra small<br>
<small>&lt;544px</small>
</th>
- <th class="text-center">
+ <th class="text-xs-center">
Small<br>
<small>&ge;544px</small>
</th>
- <th class="text-center">
+ <th class="text-xs-center">
Medium<br>
<small>&ge;768px</small>
</th>
- <th class="text-center">
+ <th class="text-xs-center">
Large<br>
<small>&ge;992px</small>
</th>
- <th class="text-center">
+ <th class="text-xs-center">
Extra large<br>
<small>&ge;1200px</small>
</th>