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

25 lines
411 B
SCSS
Raw Normal View History

.homepage-jumbotron {
@extend .valign-wrapper, .center-align;
justify-content: center;
flex-direction: column;
color: white;
@media #{$large-and-up} {
height: calc(70vh - #{$navbar-height});
}
@media #{$medium-and-down} {
height: calc(100vh - #{$navbar-height});
}
}
.homepage-recent-content {
h2 {
@extend .center-align;
margin-bottom: $element-bottom-margin * 2;
}
}