mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 01:19:50 +01:00
20 lines
312 B
SCSS
20 lines
312 B
SCSS
// ===========================================================================
|
|
// BANNER
|
|
|
|
|
|
|
|
.banner {
|
|
background: $background-color;
|
|
|
|
h1 {
|
|
padding: .5em 0;
|
|
text-align: center;
|
|
}
|
|
|
|
@include at-breakpoint($break-iPad) {
|
|
h1 img {
|
|
width: 3.33333333333333em;
|
|
height: 2.5em;
|
|
}
|
|
}
|
|
} |