From 2a1341b910dfb1187dd9fceebd2b3be14e825e28 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 28 Apr 2023 19:02:23 +0000 Subject: update bootstrap --- .../bootstrap/site/content/docs/5.3/layout/containers.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'vendor/twbs/bootstrap/site/content/docs/5.3/layout/containers.md') diff --git a/vendor/twbs/bootstrap/site/content/docs/5.3/layout/containers.md b/vendor/twbs/bootstrap/site/content/docs/5.3/layout/containers.md index 6801aca6b..7d38b72e5 100644 --- a/vendor/twbs/bootstrap/site/content/docs/5.3/layout/containers.md +++ b/vendor/twbs/bootstrap/site/content/docs/5.3/layout/containers.md @@ -23,13 +23,13 @@ See them in action and compare them in our [Grid example]({{< docsref "/examples {{< bs-table "table" >}} | | Extra small
<576px
| Small
≥576px
| Medium
≥768px
| Large
≥992px
| X-Large
≥1200px
| XX-Large
≥1400px
| | --- | --- | --- | --- | --- | --- | --- | -| `.container` | 100% | 540px | 720px | 960px | 1140px | 1320px | -| `.container-sm` | 100% | 540px | 720px | 960px | 1140px | 1320px | -| `.container-md` | 100% | 100% | 720px | 960px | 1140px | 1320px | -| `.container-lg` | 100% | 100% | 100% | 960px | 1140px | 1320px | -| `.container-xl` | 100% | 100% | 100% | 100% | 1140px | 1320px | -| `.container-xxl` | 100% | 100% | 100% | 100% | 100% | 1320px | -| `.container-fluid` | 100% | 100% | 100% | 100% | 100% | 100% | +| `.container` | 100% | 540px | 720px | 960px | 1140px | 1320px | +| `.container-sm` | 100% | 540px | 720px | 960px | 1140px | 1320px | +| `.container-md` | 100% | 100% | 720px | 960px | 1140px | 1320px | +| `.container-lg` | 100% | 100% | 100% | 960px | 1140px | 1320px | +| `.container-xl` | 100% | 100% | 100% | 100% | 1140px | 1320px | +| `.container-xxl` | 100% | 100% | 100% | 100% | 100% | 1320px | +| `.container-fluid` | 100% | 100% | 100% | 100% | 100% | 100% | {{< /bs-table >}} ## Default container -- cgit v1.2.3