Skip to content

Commit

Permalink
Fix containers page in docs to re-order list so it matches sections b…
Browse files Browse the repository at this point in the history
…elow it.
  • Loading branch information
MelanieL authored and mdo committed Apr 17, 2022
1 parent fa0adc9 commit 26ea6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.1/layout/containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 26ea6f1

Please sign in to comment.