Sha256: df6837ba9555213c104aaa2035a495ef8f3cd61289db860f64a0acc8d664d8a0
Contents?: true
Size: 802 Bytes
Versions: 4
Compression:
Stored size: 802 Bytes
Contents
.Header { background-color: var(--header-background, #fff); border-top: 5px solid var(--color-primary); box-shadow: var(--box-shadow); margin: 0; padding: 1em 0; .Container { display: flex; flex-direction: column; justify-content: space-between; } a { color: var(--header-link-color, var(--color-primary)); } &__title { line-height: 1; margin: 0; text-align: center; text-shadow: 1px 1px 0 rgba(#000, .1); a { display: flex; flex-direction: column; text-decoration: none; } } &__subtitle { font-size: .55em; } } @include breakpoint("medium") { .Header { .Container { flex-direction: row; } &__title { text-align: left; } &__subtitle { margin-top: 0; } } }
Version data entries
4 entries across 4 versions & 1 rubygems