Sha256: bbb12056d0837aa481638f8369cd0b55fa8d98bb8a4b06f3d572431777d6fb84
Contents?: true
Size: 1.25 KB
Versions: 66
Compression:
Stored size: 1.25 KB
Contents
/* Posts */ .posts { $gutter: (_size(gutter) * 2); @include breakpoint('<=small') { $gutter: _size(gutter) * 1.5; margin: 0 0 _size(element-margin) ($gutter * -1); width: calc(100% + #{$gutter}); article { margin: 0 0 $gutter $gutter; width: calc(50% - #{$gutter}); &:before { height: calc(100% + #{$gutter}); left: ($gutter * -0.5); } &:after { bottom: ($gutter * -0.5); width: calc(100% + #{$gutter}); } &:nth-last-child(3) { margin-bottom: $gutter; } } } @include breakpoint('<=xsmall') { $gutter: _size(gutter) * 1.5; margin: 0 0 _size(element-margin) 0; width: 100%; article { margin: 0 0 $gutter 0; width: 100%; &:before { display: none; } &:after { width: 100%; } &:last-child { margin-bottom: 0; &:after { display: none; } } } } }
Version data entries
66 entries across 66 versions & 1 rubygems