This commit is contained in:
2017-08-07 21:32:05 -05:00
committed by Mark Moser
parent 0dd781d0b7
commit 27cd1e919f
7 changed files with 47 additions and 7 deletions

View 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;
}

View File

@ -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;
}

View File

@ -14,3 +14,4 @@
@import 'elements/layout';
@import 'components/styleguide';
@import 'components/hero';