chore: styles

This commit is contained in:
Cory Dransfeldt 2024-08-14 19:58:59 -07:00
parent 694e982aa2
commit 47a71087c4
No known key found for this signature in database
4 changed files with 7 additions and 6 deletions

View file

@ -1,8 +1,10 @@
* + .banner {
* + .banner,
:not(* + .banner) .banner:first-of-type {
margin-top: var(--sizing-base);
}
.banner:has(+ *) {
.banner:has(+ *),
:not(* + .banner) .banner:last-of-type {
margin-bottom: var(--sizing-base);
}