sass-site/source/assets/css/components/_attribution.scss
Natalie Weizenbaum 837a475ddd Move the blog onto sass-lang.com
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
2019-11-12 18:21:51 -08: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;
}
}