mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 09:29:58 +01:00
15 lines
246 B
SCSS
15 lines
246 B
SCSS
|
// ===========================================================================
|
||
|
// BANNER
|
||
|
|
||
|
|
||
|
|
||
|
.banner {
|
||
|
position: relative;
|
||
|
padding: {
|
||
|
top: 1em;
|
||
|
bottom: 1em;
|
||
|
}
|
||
|
background: $background-color;
|
||
|
}
|
||
|
|
||
|
.site-title { @include font-size; }
|