diff options
Diffstat (limited to 'assets/_markdown.scss')
-rw-r--r-- | assets/_markdown.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/_markdown.scss b/assets/_markdown.scss index 0d4ecc8..2844d22 100644 --- a/assets/_markdown.scss +++ b/assets/_markdown.scss @@ -10,7 +10,7 @@ $block-border-radius: 0.15rem; line-height: 1.25; // remove padding at the beginning of page - &:first-child { + &> :first-child { margin-top: 0; line-height: 1em; } |