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

11 lines
189 B
SCSS

.sl-c-attribution {
font-weight: $sl-font-weight--light;
font-size: $sl-font-size--small;
&:first-child {
text-align: center;
margin-top: -3em;
margin-bottom: 2em;
}
}