grid corrections
This commit is contained in:
parent
3572f5fc8f
commit
a1b4fd6b05
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
/* ----------------------------- */
|
||||
|
||||
/* equal grids with 2% gutter */
|
||||
[class*=grid] > * {float: left; } /* direct childrens are floating */
|
||||
[class*=grid] > * + * { margin-left: 2%; } /* here's the gutter */
|
||||
[class^=grid] > * {float: left; } /* direct childrens are floating */
|
||||
[class^=grid] > * + * { margin-left: 2%; } /* here's the gutter */
|
||||
.grid2 > * { width: 49%; }
|
||||
.grid3 > * { width: 32%; }
|
||||
.grid4 > * { width: 23.5%; }
|
||||
|
|
Loading…
Reference in a new issue