diff options
| author | Mark Otto <[email protected]> | 2015-09-01 20:53:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-09-01 20:53:31 -0700 |
| commit | d9125290ed3654cbec5b82eb409274002750c9a7 (patch) | |
| tree | dd7a1d229612c236b7b03100363fc0c708d05db8 /docs/layout | |
| parent | f47f261597233eae2d6f38e64fb0cf71db53bb1b (diff) | |
| parent | cf5284f235cfcfbca606cb2d4cf80958b31ecf7b (diff) | |
| download | bootstrap-d9125290ed3654cbec5b82eb409274002750c9a7.tar.xz bootstrap-d9125290ed3654cbec5b82eb409274002750c9a7.zip | |
Merge pull request #17207 from kkirsche/patch-9
v4 - Force linebreaks after grid tier names in v4 grid docs
Diffstat (limited to 'docs/layout')
| -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 da23bb806..802a9a142 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> |
