mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 09:29:58 +01:00
837a475ddd
Logdown seems to be basically unmaintained, its servers are unreliable, and it's been causing some mixed-content errors lately. This moves all blog posts to sass-lang.com itself; I'll set up redirects from the blog as best I can once this lands. Closes #401 Closes #402 Closes #403
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;
|
|
}
|
|
}
|