mirror of
https://github.com/samsonjs/grid.git
synced 2026-04-27 15:07:39 +00:00
Update README.md
This commit is contained in:
parent
d672662d1b
commit
ce543a1c97
1 changed files with 11 additions and 17 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue