first load
This commit is contained in:
16
styles/_hero.scss
Normal file
16
styles/_hero.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
/***** Hero component *****/
|
||||
.hero {
|
||||
background-image: url($homepage_background_image);
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
height: 300px;
|
||||
padding: 0 20px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
|
||||
&-inner {
|
||||
@include vertical-align;
|
||||
max-width: 610px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user