chore: styles
This commit is contained in:
parent
694e982aa2
commit
47a71087c4
4 changed files with 7 additions and 6 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue