Skip to content

Commit

Permalink
fixed markdown formatting in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Hayes committed Nov 25, 2013
1 parent cf59a39 commit 2c8eee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/pages/components/grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h3 class="subheader">Create powerful multi-device layouts quickly and easily wi

<h3>Basic</h3>

Start by adding an element with a class of `row`. This will create a horizontal block to contain vertical columns. Then add divs with a `column` class within that row. You can use `column` or `column**s**` — the only difference is grammar. Specify the widths of each column with the small-#, medium-#, and large-# classes.
Start by adding an element with a class of `row`. This will create a horizontal block to contain vertical columns. Then add divs with a `column` class within that row. You can use `column` or `columns` — the only difference is grammar. Specify the widths of each column with the small-#, medium-#, and large-# classes.

**Foundation is mobile-first**. Code for small screens first, and larger devices will inherit those styles. Customize for larger screens as necessary.

Expand Down

0 comments on commit 2c8eee9

Please sign in to comment.