hswro_org/_sass/components/_title.scss

9 lines
129 B
SCSS
Raw Normal View History

2020-08-23 10:01:06 +00:00
.title {
color: $black;
font-size: 48px;
2018-12-09 07:21:01 +00:00
line-height: 1.2;
2020-08-23 10:01:06 +00:00
@include media-breakpoint-up(lg) {
font-size: 50px;
2018-12-09 07:21:01 +00:00
}
}