diff --git a/tildes/scss/modules/_text.scss b/tildes/scss/modules/_text.scss index ee8df14..ca03d94 100644 --- a/tildes/scss/modules/_text.scss +++ b/tildes/scss/modules/_text.scss @@ -27,6 +27,11 @@ margin-top: 2rem; } + // smaller margin when an h2 is directly after an h1 + h1 + h2 { + margin-top: 1rem; + } + h3 { margin-top: 1rem; font-size: 0.9rem;