Sha256: 0ce8b30c7bff9735c1ef23b5a597be028fb2e8dee753dd1d1f87e1648cad7480
Contents?: true
Size: 849 Bytes
Versions: 7
Compression:
Stored size: 849 Bytes
Contents
header { background-color: $dark-background-color; border-bottom: 1px solid $border-color; color: $header-text-color; h1 { font-size: modular-scale(2); text-align: center; } ul { padding: 0; text-align: center; } ul.social { margin: modular-scale(0) 0; .twitter { height: modular-scale(3); width: modular-scale(3); } li { list-style: none; display: inline; } } .menu { margin: 2em 1em 0 0; li { padding-right: 1em; list-style: none; display: inline; text-align: left; } } @include media($large-screen-up) { h1 { float: left; } ul.social { float: right; } .menu { float: right; } } nav { @include outer-container; overflow: auto; @include base-padding; } }
Version data entries
7 entries across 7 versions & 1 rubygems