Sha256: 0e6fba2df58e8bb51e5f720a7869f169f47b9e01c23d23fa7054f91a475f1584
Contents?: true
Size: 1.01 KB
Versions: 3
Compression:
Stored size: 1.01 KB
Contents
/// /// Editorial by HTML5 UP /// html5up.net | @ajlkn /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) /// /* Header */ #header { @include vendor('display', 'flex'); border-bottom: solid 5px _palette(accent); padding: 2em 0 1em 0; position: relative; > * { margin-bottom: 0; } .logo { @include vendor('flex', '2'); border-bottom: 0; color: inherit; font-family: _font(family-heading); font-size: 1.125em; } .icons { @include vendor('flex', '1'); text-align: right; } .language { a { border: none; } .en:lang(en), .fr:lang(fr), .de:lang(de){ font-weight: bold; } } @include breakpoint('<=xlarge') { } @include breakpoint('<=small') { .logo { font-size: 1.25em; margin: 0; } .icons { height: (6.25em / 1.25); line-height: (6.25em / 1.25); position: absolute; right: (-0.625em / 1.25); top: 0; } } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-consulting-0.2.2 | _sass/layout/_header.scss |
jekyll-theme-consulting-0.2.1 | _sass/layout/_header.scss |
jekyll-theme-consulting-0.2.0 | _sass/layout/_header.scss |