Set heading padding in markdown to depend on font size

This commit is contained in:
Alex Shpak
2019-06-13 11:34:34 +02:00
parent a82d579bae
commit 58e8807130
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ $block-border-radius: 0.15rem;
h1, h2, h3, h4, h5 {
font-weight: normal;
line-height: 1;
margin-top: $padding-16 * 2;
margin-bottom: $padding-8;
margin-top: 1.5em;
margin-bottom: $padding-16;
}
// remove padding at the beginning of page