From a6d3fbcfe90103ac3000d98cc97879d1c5c00915 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 10 Jun 2022 22:04:37 +0200 Subject: Updated headings --- src/_base.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/_base.scss') diff --git a/src/_base.scss b/src/_base.scss index 365a46e..8cba1fb 100644 --- a/src/_base.scss +++ b/src/_base.scss @@ -45,12 +45,16 @@ h3, h4, h5, h6 { - margin: 0; + margin: fn.dim(--heading --margin-top) 0 0; color: fn.color(--fg-lo); font-size: fn.dim(--font-size --100); font-weight: bold; letter-spacing: 1px; text-transform: uppercase; + + & + & { + margin-top: fn.dim(--heading --margin-top-sibling); + } } p { -- cgit v1.2.3-54-g00ecf