diff options
| author | Amy Gori <[email protected]> | 2017-01-16 00:37:06 -0500 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-01-15 21:37:06 -0800 |
| commit | 44684a60e55406a1e918ebcadfe49368fe425ad3 (patch) | |
| tree | 0cc1233afe2dec46ef09a9a2748ff5f955ed53cf /docs | |
| parent | d6a5439a8cc7cb3f916efb36bf785bdbd836858d (diff) | |
| download | bootstrap-44684a60e55406a1e918ebcadfe49368fe425ad3.tar.xz bootstrap-44684a60e55406a1e918ebcadfe49368fe425ad3.zip | |
Correct xs and sm breakpoint values in responsive utilities docs (#21664)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/layout/responsive-utilities.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/layout/responsive-utilities.md b/docs/layout/responsive-utilities.md index e207737d1..c3f0c0090 100644 --- a/docs/layout/responsive-utilities.md +++ b/docs/layout/responsive-utilities.md @@ -28,11 +28,11 @@ Try to use these on a limited basis and avoid creating entirely different versio <th></th> <th> Extra small devices - <small>Portrait phones (<544px)</small> + <small>Portrait phones (<576px)</small> </th> <th> Small devices - <small>Landscape phones (≥544px - <768px)</small> + <small>Landscape phones (≥576px - <768px)</small> </th> <th> Medium devices |
