diff options
| -rw-r--r-- | docs/layout/grid.md | 20 |
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><34em / 480px</small> </th> - <th> - Small + <th class="text-center"> + Small<br> <small>≥34em / 480px</small> </th> - <th> - Medium + <th class="text-center"> + Medium<br> <small>≥45em / 720px</small> </th> - <th> - Large + <th class="text-center"> + Large<br> <small>≥62em / 992px</small> </th> - <th> - Extra large + <th class="text-center"> + Extra large<br> <small>≥75em / 1200px</small> </th> </tr> |
