From 01a927dc79312e9686582abc80d15ed806d06ef3 Mon Sep 17 00:00:00 2001 From: daudix Date: Sun, 21 Jul 2024 22:29:23 +0300 Subject: [PATCH] Adjust heading top margin --- content/tricks/index.md | 1 - sass/_typography.scss | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/content/tricks/index.md b/content/tricks/index.md index 48c7358..3fb9c49 100644 --- a/content/tricks/index.md +++ b/content/tricks/index.md @@ -80,7 +80,6 @@ h3, h4, h5, h6 { - margin: 2rem 0 1rem; font-weight: bold; font-family: var(--font-system-ui) } diff --git a/sass/_typography.scss b/sass/_typography.scss index 35d46dc..1d4367e 100644 --- a/sass/_typography.scss +++ b/sass/_typography.scss @@ -6,7 +6,7 @@ h4, h5, h6 { text-wrap: balance; - margin: 3rem 0 1rem; + margin: 2rem 0 1rem; font-weight: lighter; line-height: normal; font-family: var(--font-antique);