diff --git a/_sass/content.scss b/_sass/content.scss index 8b91567..27635bf 100644 --- a/_sass/content.scss +++ b/_sass/content.scss @@ -57,8 +57,11 @@ } } - hr + *, - h1:first-of-type { + hr + * { margin-top: 0; } + + h1:first-of-type { + margin-top: 0.5em; + } }