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