chore: styles
This commit is contained in:
parent
51b60301d1
commit
9b702520e2
42 changed files with 91 additions and 99 deletions
|
@ -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;
|
||||
|
||||
|
|
Reference in a new issue