sass-site/source/assets/sass/components/_introduction.scss
Jonny Gerig Meyer d0e1afaf0b
add sass
2023-01-06 17:38:23 -05:00

9 lines
201 B
SCSS

.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; }
}