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
Jake Howard c66af9defa
Simplify homepage
I quite liked the old style
2020-04-20 20:57:02 +01:00

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