noodling
This commit is contained in:
9
site/assets/scss/components/_hero.scss
Normal file
9
site/assets/scss/components/_hero.scss
Normal file
@ -0,0 +1,9 @@
|
||||
.hero {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
padding: 0;
|
||||
height: 250px;
|
||||
}
|
@ -8,7 +8,10 @@ body {
|
||||
.h1,
|
||||
h1 {
|
||||
@include font-roboto;
|
||||
margin: $gutter 0 ($gutter / 2);
|
||||
margin: 0 0 ($gutter / 2);
|
||||
background-color: $light-grey;
|
||||
padding: 8px 0;
|
||||
width: 100%;
|
||||
font-size: 40px;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
@ -14,3 +14,4 @@
|
||||
@import 'elements/layout';
|
||||
|
||||
@import 'components/styleguide';
|
||||
@import 'components/hero';
|
||||
|
Reference in New Issue
Block a user