From 9434d248a34b3fdc6f5f7900b59d81355817f2e3 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Tue, 23 Oct 2018 11:39:48 -0400 Subject: [PATCH] Better type proportions --- _sass/content.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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; + } }