fix: styles

This commit is contained in:
Cory Dransfeldt 2024-10-08 19:26:46 -07:00
parent 2efe92318f
commit bd9eede22c
No known key found for this signature in database
2 changed files with 19 additions and 19 deletions

View file

@ -5,7 +5,7 @@ article.standalone .associated-media:last-of-type > hr {
p + .associated-media,
img + .associated-media,
.banner + .associated-media,
.client-side + .associated-media,
.client-side ~ .associated-media,
youtube-video + .associated-media {
margin-top: var(--spacing-base);
border-top: var(--border-gray);
@ -24,8 +24,8 @@ youtube-video + .associated-media {
}
}
&:has(+ .client-side > div) {
border-bottom: var(--border-gray);
&:has(~ *) {
margin-bottom: var(--spacing-base);
}
& ~ youtube-video {