mirror of
https://github.com/danog/sass-site.git
synced 2024-12-13 09:57:35 +01:00
11 lines
186 B
SCSS
11 lines
186 B
SCSS
// ===========================================================================
|
|
// BANNER
|
|
|
|
|
|
|
|
.banner {
|
|
position: relative;
|
|
background: $background-color;
|
|
|
|
h1 { padding: 1em 0; }
|
|
} |