From f8b43e0ca57b58442b261b5fd4d8f2f0958cb430 Mon Sep 17 00:00:00 2001 From: Deimos Date: Mon, 27 May 2019 17:21:45 -0600 Subject: [PATCH] Reduce spacing between consecutive wiki headers --- tildes/scss/modules/_text.scss | 5 +++++ 1 file changed, 5 insertions(+) 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;