mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 22:49:53 +08:00
15 lines
224 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|