mirror of
https://github.com/danog/sass-site.git
synced 2024-12-14 18:37:35 +01:00
11 lines
189 B
SCSS
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;
|
||
|
}
|
||
|
}
|