Sha256: b2ef833136f0018091f5769281ac5b8685190ce845fdb2301050f2e84340a2c4
Contents?: true
Size: 991 Bytes
Versions: 4
Compression:
Stored size: 991 Bytes
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: 2.6em 0 1em 0; position: relative; > * { @include vendor('flex', '1'); margin-bottom: 0; } .logo { border-bottom: 0; color: inherit; font-family: _font(family-heading); font-size: 1.125em; } .icons { 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
4 entries across 4 versions & 1 rubygems