diff options
Diffstat (limited to 'docs/layout/containers.md')
| -rw-r--r-- | docs/layout/containers.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/layout/containers.md b/docs/layout/containers.md index 029cc1886..328ee5737 100644 --- a/docs/layout/containers.md +++ b/docs/layout/containers.md @@ -3,11 +3,9 @@ layout: page title: Containers --- -Bootstrap requires a containing element to wrap site contents and house our grid system. You may choose from one of two containers—fixed width or fluid width—to use in your projects. +Bootstrap requires a containing element to wrap site contents and house our grid system. Choose from the fixed or fluid width variation. -Containers *can* be nested, but be aware that most layouts don't require it. - -Use `.container` for a responsive fixed width container. This will center content withing the viewport and apply the appropriate `width` for a given device size. +Use `.container` for a responsive fixed width container. This will center content withing the viewport and apply the appropriate `width` for a given device size. **Containers *can* be nested, but be aware that most layouts don't require it.** {% highlight html %} <div class="container"> |
