1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
website-2020-spike/static/src/scss/homepage.scss

18 lines
237 B
SCSS
Raw Normal View History

.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');
}