Files
probot.github.io/_sass/markdown.scss
2017-08-07 15:04:59 -05:00

15 lines
224 B
SCSS

.markdown-body {
h1 { @include alt-h2; }
h2 { @include alt-h3; }
h3 { @include alt-h3; }
h1, h2, h3 {
margin-top: $spacer-6;
&:first-child {
margin-top: 0;
margin-bottom: $spacer-6;
}
}
}