mirror of
https://github.com/danog/sass-site.git
synced 2024-12-04 18:38:12 +01:00
13 lines
248 B
SCSS
13 lines
248 B
SCSS
@use '../visual-design/typography';
|
|
|
|
.sl-c-attribution {
|
|
font-weight: typography.$sl-font-weight--light;
|
|
font-size: typography.$sl-font-size--small;
|
|
|
|
&:first-child {
|
|
text-align: center;
|
|
margin-top: -3em;
|
|
margin-bottom: 2em;
|
|
}
|
|
}
|