sass-site/source/assets/sass/components/_introduction.scss
Jonny Gerig Meyer 29d77ce08a
Add prettier
2023-01-09 14:10:02 -05:00

13 lines
213 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;
}
}