hugo-whisper-theme/assets/scss/components/_title.scss
2019-02-17 16:55:16 +10:00

12 lines
235 B
SCSS

.title {
color: #222222;
font-size: 2.4rem;
line-height: 1.2;
font-family: $font-family-base;
letter-spacing: -0.2px;
font-weight: 100;
margin-bottom: 30px;
@include media-breakpoint-up(md) {
font-size: 3rem;
}
}