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

17 lines
274 B
SCSS

.header {
background: $brand-05;
padding-top: $spacer * 2;
padding-bottom: $spacer * 2;
}
.header__title {
font-size: $font-size-h1;
margin-bottom: $spacer / 4;
}
.header__subtitle {
font-size: $font-size-h3;
color: $brand-02;
margin: 0;
}