mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
Update grid docs to use new values for grid breakpoints and containers
This commit is contained in:
parent
0ba0f19003
commit
1d0d0dac76
@ -64,11 +64,11 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
|
|||||||
<th></th>
|
<th></th>
|
||||||
<th class="text-xs-center">
|
<th class="text-xs-center">
|
||||||
Extra small<br>
|
Extra small<br>
|
||||||
<small><544px</small>
|
<small><576px</small>
|
||||||
</th>
|
</th>
|
||||||
<th class="text-xs-center">
|
<th class="text-xs-center">
|
||||||
Small<br>
|
Small<br>
|
||||||
<small>≥544px</small>
|
<small>≥576px</small>
|
||||||
</th>
|
</th>
|
||||||
<th class="text-xs-center">
|
<th class="text-xs-center">
|
||||||
Medium<br>
|
Medium<br>
|
||||||
@ -93,9 +93,9 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
|
|||||||
<tr>
|
<tr>
|
||||||
<th class="text-nowrap" scope="row">Container width</th>
|
<th class="text-nowrap" scope="row">Container width</th>
|
||||||
<td>None (auto)</td>
|
<td>None (auto)</td>
|
||||||
<td>576px</td>
|
<td>540px</td>
|
||||||
<td>720px</td>
|
<td>720px</td>
|
||||||
<td>940px</td>
|
<td>960px</td>
|
||||||
<td>1140px</td>
|
<td>1140px</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -154,7 +154,7 @@ $grid-breakpoints: (
|
|||||||
// Extra small screen / phone
|
// Extra small screen / phone
|
||||||
xs: 0,
|
xs: 0,
|
||||||
// Small screen / phone
|
// Small screen / phone
|
||||||
sm: 544px,
|
sm: 576px,
|
||||||
// Medium screen / tablet
|
// Medium screen / tablet
|
||||||
md: 768px,
|
md: 768px,
|
||||||
// Large screen / desktop
|
// Large screen / desktop
|
||||||
@ -164,9 +164,9 @@ $grid-breakpoints: (
|
|||||||
);
|
);
|
||||||
|
|
||||||
$container-max-widths: (
|
$container-max-widths: (
|
||||||
sm: 576px,
|
sm: 540px,
|
||||||
md: 720px,
|
md: 720px,
|
||||||
lg: 940px,
|
lg: 960px,
|
||||||
xl: 1140px
|
xl: 1140px
|
||||||
);
|
);
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
@ -512,7 +512,7 @@ $grid-breakpoints: (
|
|||||||
$container-max-widths: (
|
$container-max-widths: (
|
||||||
sm: 420px,
|
sm: 420px,
|
||||||
md: 720px,
|
md: 720px,
|
||||||
lg: 940px
|
lg: 960px
|
||||||
);
|
);
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user