Sha256: 737a82375117518c020cdedf7dd2a9b8f08484285ce4331d816e4004326d82bb
Contents?: true
Size: 517 Bytes
Versions: 44
Compression:
Stored size: 517 Bytes
Contents
/* Main */ #main { @include vendor('flex-grow', '1'); @include vendor('flex-shrink', '1'); width: 100%; > .inner { margin: 0 auto; max-width: 110em; > section { @include padding(6em, 6em); border-top: solid 2px _palette(border); &:first-of-type { border-top: 0 !important; } } #header { padding: 2em 6em 1em 6em; margin: 0; } } }
Version data entries
44 entries across 44 versions & 1 rubygems