Merge pull request #322 from picocss/ll/v2-fix-hgroup

fix: hgroup
This commit is contained in:
Lucas Larroche 2023-02-20 23:45:47 +07:00 committed by GitHub
commit d8a52f85a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,11 +93,17 @@
} }
} }
// Paragraphs
p {
margin-bottom: var(#{$}typography-spacing-vertical);
}
// Heading group // Heading group
hgroup { hgroup {
margin-bottom: var(#{$}typography-spacing-vertical); margin-bottom: var(#{$}typography-spacing-vertical);
> * { > * {
margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
} }
@ -109,11 +115,6 @@
} }
} }
// Paragraphs
p {
margin-bottom: var(#{$}typography-spacing-vertical);
}
// Lists // Lists
:where(dl, ol, ul) { :where(dl, ol, ul) {
padding-right: 0; padding-right: 0;