No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
.boxolinks { | /* narrow-first (mobile first) design starts 1 to a row, then increases to 2 and then a max of 3 */ | ||
.boxolinks { float-left; width 100%; box-sizing: border-box;} | |||
@media all and (min-width: 28.7em){ | |||
.boxolinks {width: 50%} | |||
} | |||
@media all and (min-width: 40.5 em){ | |||
.boxolinks {width: 33.3333333%;} | |||
} |
Revision as of 13:22, 11 April 2014
/* narrow-first (mobile first) design starts 1 to a row, then increases to 2 and then a max of 3 */ .boxolinks { float-left; width 100%; box-sizing: border-box;} @media all and (min-width: 28.7em){ .boxolinks {width: 50%} } @media all and (min-width: 40.5 em){ .boxolinks {width: 33.3333333%;} }