Update README.md

This commit is contained in:
Adam Kaplan 2014-02-16 15:13:42 -06:00
parent d672662d1b
commit ce543a1c97

View file

@ -80,17 +80,11 @@ With mobile first, columns are `block` level (takes up the full width available)
<div class="column">
<!-- Your Content -->
</div>
<div class="column">
<!--Your Content-->
</div>
<div class="column">
<!--Your Content-->
</div>
</div>
```
####6. Create Column Sizes
On larger screens, columns gain `float: left` in order to stack content horizontally. Columns now use padding for gutters, so we no longer need to worry about removing margins.
On larger screens, columns gain `float: left` in order to stack content horizontally. Columns now use padding for gutters, so you no longer need to worry about removing margins.
```
<div class="container">