aboutsummaryrefslogtreecommitdiff
path: root/docs/layout
diff options
context:
space:
mode:
Diffstat (limited to 'docs/layout')
-rw-r--r--docs/layout/grid.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/layout/grid.md b/docs/layout/grid.md
index 47e8f4470..0466fc7bf 100644
--- a/docs/layout/grid.md
+++ b/docs/layout/grid.md
@@ -1,4 +1,4 @@
-atom---
+---
layout: docs
title: Grid system
description: Documentation and examples for using Bootstrap's powerful, responsive, and mobile-first grid system.
@@ -34,14 +34,14 @@ Sounds good? Great, let's move on to seeing all that in an example.
If you're using Bootstrap's compiled CSS, this the example you'll want to start with.
{% example html %}
-<div class="container">a
+<div class="container">
<div class="row">
<div class="col-sm-4">
- One of three columnsa
+ One of three columns
</div>
<div class="col-sm-4">
One of three columns
- </div>atom
+ </div>
<div class="col-sm-4">
One of three columns
</div>