aboutsummaryrefslogtreecommitdiff
path: root/docs/layout/overview.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-05-27 22:12:00 -0700
committerMark Otto <[email protected]>2017-05-27 22:12:00 -0700
commitfa2731b6264ad44c6d2600b7a4efab0ddaca7a06 (patch)
treea877974c35e652c2d79a52823057e36a4793b1ee /docs/layout/overview.md
parent1f43d9c066f1ffd008f2cb4b00907165d905f3fc (diff)
downloadbootstrap-fa2731b6264ad44c6d2600b7a4efab0ddaca7a06.tar.xz
bootstrap-fa2731b6264ad44c6d2600b7a4efab0ddaca7a06.zip
update layout pages
Diffstat (limited to 'docs/layout/overview.md')
-rw-r--r--docs/layout/overview.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/layout/overview.md b/docs/layout/overview.md
index 04aa2c9ad..b167bbc2e 100644
--- a/docs/layout/overview.md
+++ b/docs/layout/overview.md
@@ -4,15 +4,9 @@ title: Overview
description: Components and options for laying out your Bootstrap project, including wrapping containers, a powerful grid system, a flexible media object, and responsive utility classes.
group: layout
redirect_from: "/layout/"
+toc: true
---
-Bootstrap includes several components and options for laying out your project, including wrapping containers, a powerful flexbox grid system, a flexible media object, and responsive utility classes.
-
-## Contents
-
-* Will be replaced with the ToC, excluding the "Contents" header
-{:toc}
-
## Containers
Containers are the most basic layout element in Bootstrap and are **required when using our default grid system**. Choose from a responsive, fixed-width container (meaning its `max-width` changes at each breakpoint) or fluid-width (meaning it's `100%` wide all the time).