Sha256: 5a5c4c24441b781405918f682ebea4e6622c3eff505743db15d38130c4a04ec3
Contents?: true
Size: 984 Bytes
Versions: 3
Compression:
Stored size: 984 Bytes
Contents
/// /// Editorial by HTML5 UP /// html5up.net | @ajlkn /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) /// /* 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 { margin: 0 6em 0 6em; } @include breakpoint('<=xlarge') { > section { @include padding(5em, 5em); } #header { margin: 0 5em 0 5em; } } @include breakpoint('<=large') { > section { @include padding(4em, 4em); } #header { margin: 0 4em 0 4em; } } @include breakpoint('<=small') { > .inner > section { @include padding(3em, 3em); } #header { margin: 0 3em 0 3em; } } } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-consulting-0.3.3 | _sass/layout/_main.scss |
jekyll-theme-consulting-0.3.2 | _sass/layout/_main.scss |
jekyll-theme-consulting-0.3.1 | _sass/layout/_main.scss |