8 @include size(padding, 10px 10px 5px 10px);
17 @include size(font-size, 11px);
19 @include size(column-width, 132px);
20 @include size(-moz-column-width, 132px);
21 @include size(-webkit-column-width, 132px);
23 @media screen and (min-width: 24em) {
24 @include size(width, 320px);
27 @media screen and (min-width: 34em) {
28 @include size(width, 480px);
31 @media screen and (min-width: 62.5em) {
32 @include size(width, 528px);
40 @media screen and (min-width: 62.5em) {
48 @media screen and (min-width: 24em) {
49 #menu-collections ul {
50 @include size(width, 180px);