Fix vertical spacing of a handful of elements

This commit is contained in:
Eryn Wells 2024-10-13 23:14:28 -07:00
parent d89f1b62b4
commit 340029a01c
4 changed files with 30 additions and 2 deletions

View file

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