fix: hgroup

This commit is contained in:
Lucas Larroche 2023-02-20 23:40:31 +07:00
parent 020fa9a1f0
commit 5f587e0e2b

View file

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