diff --git a/site/content/docs/5.0/layout/containers.md b/site/content/docs/5.0/layout/containers.md index 9b5afee748..b85e49aa88 100644 --- a/site/content/docs/5.0/layout/containers.md +++ b/site/content/docs/5.0/layout/containers.md @@ -20,31 +20,31 @@ The table below illustrates how each container's `max-width` compares to the ori See them in action and compare them in our [Grid example]({{< docsref "/examples/grid#containers" >}}). -
- | + | + |
Extra small <576px |
- + |
Small ≥576px |
- + |
Medium ≥768px |
- + |
Large ≥992px |
- + |
X-Large ≥1200px |
- + |
XX-Large ≥1400px |
@@ -52,7 +52,7 @@ See them in action and compare them in our [Grid example]({{< docsref "/examples
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
.container |
+ .container |
100% | 540px | 720px | @@ -61,7 +61,7 @@ See them in action and compare them in our [Grid example]({{< docsref "/examples1320px | ||||||||
.container-sm |
+ .container-sm |
100% | 540px | 720px | @@ -70,7 +70,7 @@ See them in action and compare them in our [Grid example]({{< docsref "/examples1320px | ||||||||
.container-md |
+ .container-md |
100% | 100% | 720px | @@ -79,7 +79,7 @@ See them in action and compare them in our [Grid example]({{< docsref "/examples1320px | ||||||||
.container-lg |
+ .container-lg |
100% | 100% | 100% | @@ -88,7 +88,7 @@ See them in action and compare them in our [Grid example]({{< docsref "/examples1320px | ||||||||
.container-xl |
+ .container-xl |
100% | 100% | 100% | @@ -97,7 +97,7 @@ See them in action and compare them in our [Grid example]({{< docsref "/examples1320px | ||||||||
.container-xxl |
+ .container-xxl |
100% | 100% | 100% | @@ -106,7 +106,7 @@ See them in action and compare them in our [Grid example]({{< docsref "/examples1320px | ||||||||
.container-fluid |
+ .container-fluid |
100% | 100% | 100% |