Sha256: 1a39bd1d0ff67df416bf2b514a9033f8fc5375883b31c5fe4e2524da1660ff58
Contents?: true
Size: 1.03 KB
Versions: 1
Compression:
Stored size: 1.03 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') { padding-left: 4em; .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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-consulting-0.2.3 | _sass/layout/_header.scss |