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);