mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
change values, remove grid column size row
This commit is contained in:
parent
c6affe79b7
commit
fb176a97e1
@ -37,23 +37,23 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
|
||||
<th></th>
|
||||
<th>
|
||||
Extra small devices
|
||||
<small>Portrait phones (<???px)</small>
|
||||
<small>Portrait phones (<34em)</small>
|
||||
</th>
|
||||
<th>
|
||||
Small devices
|
||||
<small>Landscape phones (≥???px)</small>
|
||||
<small>Landscape phones (≥38em)</small>
|
||||
</th>
|
||||
<th>
|
||||
Medium devices
|
||||
<small>Tablets (≥768px)</small>
|
||||
<small>Tablets (≥48em)</small>
|
||||
</th>
|
||||
<th>
|
||||
Large devices
|
||||
<small>Desktops (≥992px)</small>
|
||||
<small>Desktops (≥62em)</small>
|
||||
</th>
|
||||
<th>
|
||||
Extra large devices
|
||||
<small>Desktops (≥1200px)</small>
|
||||
<small>Desktops (≥75em)</small>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -66,10 +66,10 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
|
||||
<tr>
|
||||
<th class="text-nowrap" scope="row">Container width</th>
|
||||
<td>None (auto)</td>
|
||||
<td>???px</td>
|
||||
<td>750px</td>
|
||||
<td>970px</td>
|
||||
<td>1170px</td>
|
||||
<td>34rem</td>
|
||||
<td>45rem</td>
|
||||
<td>60rem</td>
|
||||
<td>72.25rem</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="text-nowrap" scope="row">Class prefix</th>
|
||||
@ -83,14 +83,6 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
|
||||
<th class="text-nowrap" scope="row"># of columns</th>
|
||||
<td colspan="5">12</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="text-nowrap" scope="row">Column width</th>
|
||||
<td class="text-muted">Auto</td>
|
||||
<td>~??px</td>
|
||||
<td>~62px</td>
|
||||
<td>~81px</td>
|
||||
<td>~97px</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="text-nowrap" scope="row">Gutter width</th>
|
||||
<td colspan="5">30px (15px on each side of a column)</td>
|
||||
|
Loading…
Reference in New Issue
Block a user