Set heading padding in markdown to depend on font size
This commit is contained in:
parent
a82d579bae
commit
58e8807130
3 changed files with 4 additions and 4 deletions
|
@ -8,8 +8,8 @@ $block-border-radius: 0.15rem;
|
||||||
h1, h2, h3, h4, h5 {
|
h1, h2, h3, h4, h5 {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin-top: $padding-16 * 2;
|
margin-top: 1.5em;
|
||||||
margin-bottom: $padding-8;
|
margin-bottom: $padding-16;
|
||||||
}
|
}
|
||||||
|
|
||||||
// remove padding at the beginning of page
|
// remove padding at the beginning of page
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
||||||
{"Target":"book.min.83b1da66553f41e0ba7b0b3069373f1529323c94754ba3fc72e4fef37a4f9ed0.css","MediaType":"text/css","Data":{"Integrity":"sha256-g7HaZlU/QeC6ewswaTc/FSkyPJR1S6P8cuT+83pPntA="}}
|
{"Target":"book.min.1a0250256273fabf0f848ed9a3c50aae344d758339cad9725e656ac71546e6f5.css","MediaType":"text/css","Data":{"Integrity":"sha256-GgJQJWJz+r8PhI7Zo8UKrjRNdYM5ytlyXmVqxxVG5vU="}}
|
Loading…
Reference in a new issue