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:
commit
7eca8ca21b
@ -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 (<34em)</small>
|
<small>Portrait phones (<544px)</small>
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
Small devices
|
Small devices
|
||||||
<small>Landscape phones (≥34em)</small>
|
<small>Landscape phones (≥544px - <768px)</small>
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
Medium devices
|
Medium devices
|
||||||
<small>Tablets (≥48em)</small>
|
<small>Tablets (≥768px - <992px)</small>
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
Large devices
|
Large devices
|
||||||
<small>Desktops (≥62em)</small>
|
<small>Desktops (≥992px - <1200px)</small>
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
Extra large devices
|
Extra large devices
|
||||||
<small>Desktops (≥75em)</small>
|
<small>Desktops (≥1200px)</small>
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user