aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/layout/grid.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/layout/grid.md b/docs/layout/grid.md
index 426cf412c..e679d7c45 100644
--- a/docs/layout/grid.md
+++ b/docs/layout/grid.md
@@ -59,24 +59,24 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
<thead>
<tr>
<th></th>
- <th>
- Extra small
+ <th class="text-center">
+ Extra small<br>
<small>&lt;34em / 480px</small>
</th>
- <th>
- Small
+ <th class="text-center">
+ Small<br>
<small>&ge;34em / 480px</small>
</th>
- <th>
- Medium
+ <th class="text-center">
+ Medium<br>
<small>&ge;45em / 720px</small>
</th>
- <th>
- Large
+ <th class="text-center">
+ Large<br>
<small>&ge;62em / 992px</small>
</th>
- <th>
- Extra large
+ <th class="text-center">
+ Extra large<br>
<small>&ge;75em / 1200px</small>
</th>
</tr>