mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 09:29:58 +01:00
13 lines
213 B
SCSS
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;
|
|
}
|
|
}
|