Fix vertical spacing of a handful of elements
This commit is contained in:
parent
d89f1b62b4
commit
340029a01c
4 changed files with 30 additions and 2 deletions
|
|
@ -13,4 +13,12 @@
|
|||
:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
> :only-child {
|
||||
margin-block-start: 0;
|
||||
}
|
||||
|
||||
&:not(:has(.page-navigation:only-child)) > .page-navigation {
|
||||
margin-block-start: var(--space-xl);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue