hugo-whisper-theme/assets/scss/components/_title.scss

24 lines
469 B
SCSS
Raw Normal View History

2019-02-17 06:55:16 +00:00
.title {
2019-02-17 11:44:45 +00:00
font-size: 2.7rem;
line-height: 1.1;
2019-02-17 06:55:16 +00:00
font-family: $font-family-base;
letter-spacing: -0.2px;
font-weight: 100;
2019-02-17 11:44:45 +00:00
margin-bottom: 20px;
2019-02-17 06:55:16 +00:00
@include media-breakpoint-up(md) {
font-size: 3rem;
2019-02-17 11:44:45 +00:00
margin-bottom: 30px;
2019-02-17 06:55:16 +00:00
}
}
2019-02-17 08:43:41 +00:00
.title-summary {
font-size: 1.6rem;
line-height: 1.4;
font-family: $font-family-base;
letter-spacing: -0.2px;
font-weight: 200;
margin-bottom: 10px;
@include media-breakpoint-up(md) {
font-size: 1.6rem;
}
}