sass-site/source/assets/sass/components/_attribution.scss
Jonny Gerig Meyer 2024442f31
lint
2023-01-12 14:54:24 -05:00

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