From 78b37ef30cdca03872e954bd7b82e72616919bf9 Mon Sep 17 00:00:00 2001 From: daudix Date: Sat, 29 Jun 2024 07:04:11 +0300 Subject: [PATCH] Slimmer headings --- sass/_article-list.scss | 5 +++-- sass/_typography.scss | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sass/_article-list.scss b/sass/_article-list.scss index a17ffae..851743f 100644 --- a/sass/_article-list.scss +++ b/sass/_article-list.scss @@ -86,7 +86,7 @@ } h3 { - margin-top: unset; + margin-top: 0.25rem; a { color: var(--faves-fg); @@ -98,7 +98,8 @@ right: 1rem; :root[dir="rtl"] & { - left: 1rem; + right: unset; + left: 0.5rem; } } diff --git a/sass/_typography.scss b/sass/_typography.scss index d86af23..b1840a2 100644 --- a/sass/_typography.scss +++ b/sass/_typography.scss @@ -8,6 +8,7 @@ h6 { text-wrap: balance; margin: 3rem 0 1rem; font-weight: lighter; + line-height: normal; font-family: var(--font-antique); letter-spacing: -0.05em; }