Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--site/content/docs/5.1/layout/containers.md2
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 6557bea4e6..6801aca6ba 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.