From ab4bee80fbbd8b2bf57029969e988cd8c1b6a587 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Wed, 1 Mar 2023 18:57:35 -0800 Subject: [PATCH] Remove top margin of first headers --- assets/sass/style.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/sass/style.sass b/assets/sass/style.sass index f329f74..a3fe0d2 100644 --- a/assets/sass/style.sass +++ b/assets/sass/style.sass @@ -21,6 +21,8 @@ body margin: 0 h1, h2, h3, h4, h5, h6 font-family: 'Roboto Slab', sans-serif + &:first-child + margin-top: 0 .content width: 80ch max-width: 100%;