From 5f587e0e2b97983162964655223afc7232a39907 Mon Sep 17 00:00:00 2001 From: Lucas Larroche Date: Mon, 20 Feb 2023 23:40:31 +0700 Subject: [PATCH] fix: hgroup --- scss/content/_typography.scss | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/scss/content/_typography.scss b/scss/content/_typography.scss index 4d26d003..d236270f 100644 --- a/scss/content/_typography.scss +++ b/scss/content/_typography.scss @@ -93,11 +93,17 @@ } } + // Paragraphs + p { + margin-bottom: var(#{$✨}typography-spacing-vertical); + } + // Heading group hgroup { margin-bottom: var(#{$✨}typography-spacing-vertical); > * { + margin-top: 0; margin-bottom: 0; } @@ -109,11 +115,6 @@ } } - // Paragraphs - p { - margin-bottom: var(#{$✨}typography-spacing-vertical); - } - // Lists :where(dl, ol, ul) { padding-right: 0;