<th></th>
<th class="text-xs-center">
Extra small<br>
- <small><544px</small>
+ <small><576px</small>
</th>
<th class="text-xs-center">
Small<br>
- <small>≥544px</small>
+ <small>≥576px</small>
</th>
<th class="text-xs-center">
Medium<br>
<tr>
<th class="text-nowrap" scope="row">Container width</th>
<td>None (auto)</td>
- <td>576px</td>
+ <td>540px</td>
<td>720px</td>
- <td>940px</td>
+ <td>960px</td>
<td>1140px</td>
</tr>
<tr>
// Extra small screen / phone
xs: 0,
// Small screen / phone
- sm: 544px,
+ sm: 576px,
// Medium screen / tablet
md: 768px,
// Large screen / desktop
);
$container-max-widths: (
- sm: 576px,
+ sm: 540px,
md: 720px,
- lg: 940px,
+ lg: 960px,
xl: 1140px
);
{% endhighlight %}
$container-max-widths: (
sm: 420px,
md: 720px,
- lg: 940px
+ lg: 960px
);
{% endhighlight %}