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;