hugo-theme-zzo/assets/sass/layout/_header.scss

12 lines
229 B
SCSS
Raw Normal View History

2019-11-04 13:09:44 +00:00
.header {
@include flexbox();
@include align-items(center);
@include justify-content(center);
@include flex-direction(column);
margin: 1rem;
.title {
font-family: $header_title_font;
2019-11-04 13:09:44 +00:00
font-weight: 900;
}
}