0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

Merge pull request #18560 from bassjobsen/patch-7

Using px rather than em values
This commit is contained in:
Chris Rebert 2015-12-12 15:50:54 -08:00
commit 7eca8ca21b

View File

@ -23,23 +23,23 @@ Try to use these on a limited basis and avoid creating entirely different versio
<th></th> <th></th>
<th> <th>
Extra small devices Extra small devices
<small>Portrait phones (&lt;34em)</small> <small>Portrait phones (&lt;544px)</small>
</th> </th>
<th> <th>
Small devices Small devices
<small>Landscape phones (&ge;34em)</small> <small>Landscape phones (&ge;544px - &lt;768px)</small>
</th> </th>
<th> <th>
Medium devices Medium devices
<small>Tablets (&ge;48em)</small> <small>Tablets (&ge;768px - &lt;992px)</small>
</th> </th>
<th> <th>
Large devices Large devices
<small>Desktops (&ge;62em)</small> <small>Desktops (&ge;992px - &lt;1200px)</small>
</th> </th>
<th> <th>
Extra large devices Extra large devices
<small>Desktops (&ge;75em)</small> <small>Desktops (&ge;1200px)</small>
</th> </th>
</tr> </tr>
</thead> </thead>