diff options
| author | MelanieL <[email protected]> | 2022-04-16 14:10:27 -0400 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-04-16 22:37:11 -0700 |
| commit | 26ea6f1649c51d2a7edc796221bd5b46b289bb28 (patch) | |
| tree | 05bff9db8989ff5a01f08c55bddba9a48e23b6f3 | |
| parent | fa0adc979d0c60b1b0ef00e034cfe0c86950ea53 (diff) | |
| download | bootstrap-26ea6f1649c51d2a7edc796221bd5b46b289bb28.tar.xz bootstrap-26ea6f1649c51d2a7edc796221bd5b46b289bb28.zip | |
Fix containers page in docs to re-order list so it matches sections below it.
| -rw-r--r-- | site/content/docs/5.1/layout/containers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/layout/containers.md b/site/content/docs/5.1/layout/containers.md index 6557bea4e..6801aca6b 100644 --- a/site/content/docs/5.1/layout/containers.md +++ b/site/content/docs/5.1/layout/containers.md @@ -13,8 +13,8 @@ Containers are the most basic layout element in Bootstrap and are **required whe Bootstrap comes with three different containers: - `.container`, which sets a `max-width` at each responsive breakpoint -- `.container-fluid`, which is `width: 100%` at all breakpoints - `.container-{breakpoint}`, which is `width: 100%` until the specified breakpoint +- `.container-fluid`, which is `width: 100%` at all breakpoints The table below illustrates how each container's `max-width` compares to the original `.container` and `.container-fluid` across each breakpoint. |
