From 0202b8685b848ab7e061cc90e91a71c2d61f356c Mon Sep 17 00:00:00 2001 From: Deimos Date: Mon, 27 May 2019 17:47:19 -0600 Subject: [PATCH] Fix spacing of notification headers a little --- tildes/scss/modules/_heading.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tildes/scss/modules/_heading.scss b/tildes/scss/modules/_heading.scss index db2599e..7088428 100644 --- a/tildes/scss/modules/_heading.scss +++ b/tildes/scss/modules/_heading.scss @@ -11,6 +11,6 @@ .heading-notification { font-size: 0.8rem; - line-height: 0.8rem; - margin-bottom: 0; + line-height: 1rem; + margin-bottom: 0.2rem; }