aboutsummaryrefslogtreecommitdiff
path: root/docs/layout/overview.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/layout/overview.md')
-rw-r--r--docs/layout/overview.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/layout/overview.md b/docs/layout/overview.md
index 44a12aee6..3e6c7e7e0 100644
--- a/docs/layout/overview.md
+++ b/docs/layout/overview.md
@@ -1,6 +1,7 @@
---
layout: docs
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/"
---
@@ -144,7 +145,7 @@ These media queries are also available via Sass mixins:
And finally media that spans multiple breakpoint widths:
{% highlight scss %}
-// Example
+// Example
// Medium devices (tablets, 768px and up) and Large devices (desktops, 992px and up)
@media (min-width: 768px) and (max-width: 1199px) { ... }
{% endhighlight %}