Sha256: 70fa940e1f5da0618545ce31c75485775c07a82c14e2258debf319766a4e525c
Contents?: true
Size: 1.14 KB
Versions: 47
Compression:
Stored size: 1.14 KB
Contents
// // pagehead section styling // header.pagehead { padding-top: 6rem; padding-bottom: 2rem; text-align: center; color: $white; background-image: url("header-bg.jpg"); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: cover; .pagehead-subheading { font-size: 1.5rem; font-style: italic; line-height: 1.5rem; margin-bottom: 25px; font-family: $subheadings-font-family; } .pagehead-heading { font-size: 3.25rem; font-weight: 700; line-height: 3.25rem; margin-bottom: 2rem; font-family: $headings-font-family; } } @include media-breakpoint-up(md) { header.pagehead { padding-top: 6rem; padding-bottom: 2rem; .pagehead-subheading { font-size: 2.25rem; font-style: italic; line-height: 2.25rem; margin-bottom: 2rem; } .pagehead-heading { font-size: 4.5rem; font-weight: 700; line-height: 4.5rem; margin-bottom: 4rem; } } }
Version data entries
47 entries across 47 versions & 1 rubygems