cycat-project-website/_sass/components/_title.scss

9 lines
129 B
SCSS
Raw Normal View History

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