Skip to content

Commit

Permalink
Fix Grid System docs (#33676)
Browse files Browse the repository at this point in the history
* Fix Grid System docs

* Apply suggestions from code review

Co-authored-by: Mark Otto <otto@github.com>
  • Loading branch information
kohheepeace and mdo committed Apr 19, 2021
1 parent 6d312b3 commit aace863
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions site/content/docs/5.0/layout/grid.md
Expand Up @@ -17,14 +17,14 @@ Bootstrap's grid system uses a series of containers, rows, and columns to layout
{{< example class="bd-example-row" >}}
<div class="container">
<div class="row">
<div class="col-sm">
One of three columns
<div class="col">
Column
</div>
<div class="col-sm">
One of three columns
<div class="col">
Column
</div>
<div class="col-sm">
One of three columns
<div class="col">
Column
</div>
</div>
</div>
Expand Down

0 comments on commit aace863

Please sign in to comment.