Skip to content

Commit

Permalink
Merge pull request #2 from ajmadsen/master
Browse files Browse the repository at this point in the history
Fix more typos in README.md
  • Loading branch information
arronhunt authored Aug 17, 2018
2 parents 8de114a + defa994 commit 0b12149
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

# Simple Columns - 12-column layout framework

[![MIT Licence](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/mit-license.php)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/mit-license.php)


</span>

A simple 12-column framework utilizing CSS grid, built with a focus on keeping the syntax simple and readable.

* Simple syntax powered by responsive modifiers
* Pure CSS, no precomiling or other tools needed.
* Pure CSS, no precompiling or other tools needed.
* Fully responsive
* Infinite nesting

Expand Down Expand Up @@ -45,7 +45,7 @@ Class | Usage | Accepts modifiers

### Column spans

Elements can span multipl columns using the `.col-{n}` class
Elements can span multiple columns using the `.col-{n}` class

```html
<div class='col-row'>
Expand All @@ -57,7 +57,7 @@ Elements can span multipl columns using the `.col-{n}` class

### Responsive Modifiers

Column sizes and placement can update based on viewport size using size modifiers. The following modifiers can be appanded to any `.col-` class to change based on browser size.
Column sizes and placement can update based on viewport size using size modifiers. The following modifiers can be appended to any `.col-` class to change based on browser size.

Mobile | Tablet | Desktop | Desktop HD
----|----|----|----
Expand Down

0 comments on commit 0b12149

Please sign in to comment.