0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Fix containers page in docs to re-order list so it matches sections below it.

This commit is contained in:
MelanieL 2022-04-16 14:10:27 -04:00 committed by Mark Otto
parent fa0adc979d
commit 26ea6f1649

View File

@ -13,8 +13,8 @@ Containers are the most basic layout element in Bootstrap and are **required whe
Bootstrap comes with three different containers: Bootstrap comes with three different containers:
- `.container`, which sets a `max-width` at each responsive breakpoint - `.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-{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. The table below illustrates how each container's `max-width` compares to the original `.container` and `.container-fluid` across each breakpoint.