17 lines
237 B
SCSS
17 lines
237 B
SCSS
.homepage-jumbotron {
|
|
@extend .center-align;
|
|
|
|
color: white;
|
|
|
|
h1 {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
|
|
.homepageview > main {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
background-image: url('../img/header.jpg');
|
|
}
|