sass-site/source/assets/sass/components/_attribution.scss

11 lines
251 B
SCSS
Raw Normal View History

2023-01-06 16:40:29 -05:00
.sl-c-attribution {
font-weight: var(--sl-font-weight--light);
font-size: var(--sl-font-size--small);
2023-01-06 16:40:29 -05:00
&:first-child {
text-align: center;
margin-top: var(--sl-gutter--triple-negative);
margin-bottom: var(--sl-gutter--double);
2023-01-06 16:40:29 -05:00
}
}