chore: refactoring

This commit is contained in:
Cory Dransfeldt 2024-10-08 17:35:26 -07:00
parent df5fddefc0
commit e0593447eb
No known key found for this signature in database
40 changed files with 181 additions and 232 deletions

View file

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