aboutsummaryrefslogtreecommitdiff
path: root/docs/layout
diff options
context:
space:
mode:
authorBass Jobsen <[email protected]>2015-12-13 00:23:55 +0100
committerBass Jobsen <[email protected]>2015-12-13 00:23:55 +0100
commit63671554503765da475933b7487597007debf181 (patch)
tree1417a744317b9e643ae31c2ccb4f260cedb6d452 /docs/layout
parent34fe668af2dadd7a4a42e89d9c51d3f3b4bd0190 (diff)
downloadbootstrap-63671554503765da475933b7487597007debf181.tar.xz
bootstrap-63671554503765da475933b7487597007debf181.zip
Using px rather than em values
Should close https://github.com/twbs/bootstrap/issues/18556
Diffstat (limited to 'docs/layout')
-rw-r--r--docs/layout/responsive-utilities.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/layout/responsive-utilities.md b/docs/layout/responsive-utilities.md
index f52b52db5..26171d745 100644
--- a/docs/layout/responsive-utilities.md
+++ b/docs/layout/responsive-utilities.md
@@ -23,23 +23,23 @@ Try to use these on a limited basis and avoid creating entirely different versio
<th></th>
<th>
Extra small devices
- <small>Portrait phones (&lt;34em)</small>
+ <small>Portrait phones (&lt;544px)</small>
</th>
<th>
Small devices
- <small>Landscape phones (&ge;34em)</small>
+ <small>Landscape phones (&ge;544px - &lt;768px)</small>
</th>
<th>
Medium devices
- <small>Tablets (&ge;48em)</small>
+ <small>Tablets (&ge;768px - &lt;992px)</small>
</th>
<th>
Large devices
- <small>Desktops (&ge;62em)</small>
+ <small>Desktops (&ge;992px - &lt;1200px)</small>
</th>
<th>
Extra large devices
- <small>Desktops (&ge;75em)</small>
+ <small>Desktops (&ge;1200px)</small>
</th>
</tr>
</thead>