sass-site/source/assets/sass/components/_introduction.scss

9 lines
201 B
SCSS
Raw Normal View History

2023-01-06 22:40:29 +01:00
.sl-c-introduction {
color: $sl-color--patina;
font-weight: $sl-font-weight--light;
@include sl-breakpoint--medium { font-size: $sl-font-size--xx-large; }
&--center { text-align: center; }
}