mirror of
https://github.com/samsonjs/grid.git
synced 2026-03-25 09:05:51 +00:00
Update README.md
This commit is contained in:
parent
8f9dfa677e
commit
8e63f46836
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ Add size classes to columns to create a reuseable grid system.
|
|||
```
|
||||
|
||||
####6. Create Rows
|
||||
Columns are wrapped in rows to prevent other elements from stacking next to them, otherwise know as clearing issues. Rows are cleared with either a `clearfix` or `overflow: hidden`. This clearfix was created by [Nicolas Gallager](http://nicolasgallagher.com/micro-clearfix-hack/).
|
||||
Columns are wrapped in rows to prevent other elements from stacking next to them, otherwise know as clearing issues. Rows are cleared with either a `clearfix` or `overflow: hidden`. This clearfix was created by [Nicolas Gallagher](http://nicolasgallagher.com/micro-clearfix-hack/).
|
||||
|
||||
```
|
||||
.clearfix:before,
|
||||
|
|
|
|||
Loading…
Reference in a new issue