]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix containers page in docs to re-order list so it matches sections below it.
authorMelanieL <melanieleeking@gmail.com>
Sat, 16 Apr 2022 18:10:27 +0000 (14:10 -0400)
committerMark Otto <otto@github.com>
Sun, 17 Apr 2022 05:37:11 +0000 (22:37 -0700)
site/content/docs/5.1/layout/containers.md

index 6557bea4e6eeb1b3756ec803b021cbc12fc876f2..6801aca6bae2098498bebb93823271241a9e75f1 100644 (file)
@@ -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.