mirror of
https://github.com/picocss/pico.git
synced 2025-04-22 09:26:14 -04:00
Feat: add a class alternative to hgroup
This commit is contained in:
parent
e7ffe74a05
commit
ed120df03b
19 changed files with 90 additions and 59 deletions
|
@ -798,13 +798,16 @@ ul ~ h6 {
|
|||
margin-top: var(--typography-spacing-vertical);
|
||||
}
|
||||
|
||||
hgroup {
|
||||
hgroup,
|
||||
.headings {
|
||||
margin-bottom: var(--typography-spacing-vertical);
|
||||
}
|
||||
hgroup > * {
|
||||
hgroup > *,
|
||||
.headings > * {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
hgroup > *:last-child {
|
||||
hgroup > *:last-child,
|
||||
.headings > *:last-child {
|
||||
--color: var(--muted-color);
|
||||
--font-weight: unset;
|
||||
font-size: 1rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue