sass-site/source/assets/stylesheets/regions/_banner.scss

15 lines
246 B
SCSS

// ===========================================================================
// BANNER
.banner {
position: relative;
padding: {
top: 1em;
bottom: 1em;
}
background: $background-color;
}
.site-title { @include font-size; }