chore: styles

This commit is contained in:
Cory Dransfeldt 2024-08-14 09:52:39 -07:00
parent 51b60301d1
commit 9b702520e2
No known key found for this signature in database
42 changed files with 91 additions and 99 deletions

View file

@ -1,9 +1,12 @@
.footnotes + .banner {
margin-top: 0;
* + .banner {
margin-top: var(--sizing-base);
}
.banner:has(+ *) {
margin-bottom: var(--sizing-base);
}
.banner {
margin: var(--sizing-base) 0;
padding: var(--sizing-md);
border: 1px solid;