1
0
mirror of https://github.com/ipdb/website.git synced 2024-06-30 13:41:54 +02:00
website/_src/_assets/scss/_hero.scss

12 lines
159 B
SCSS

.hero {
background: $brand-02;
padding: $spacer * 2;
min-height: 100vh;
&,
.hero__title,
.hero__action {
color: #fff;
}
}