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

20 lines
312 B
SCSS
Raw Normal View History

// ===========================================================================
// BANNER
.banner {
background: $background-color;
2012-11-28 17:23:08 +01:00
h1 {
padding: .5em 0;
text-align: center;
}
@include at-breakpoint($break-iPad) {
h1 img {
width: 3.33333333333333em;
height: 2.5em;
}
}
}