chore: styles

This commit is contained in:
Cory Dransfeldt 2024-10-24 05:58:41 -07:00
parent f295537958
commit b93a76a0bb
No known key found for this signature in database
3 changed files with 6 additions and 17 deletions

View file

@ -54,17 +54,6 @@ img + .associated-media,
&:has(~ *) {
margin-bottom: var(--spacing-base);
padding-bottom: var(--spacing-base);
border-bottom: var(--border-gray);
}
& ~ youtube-video {
margin-top: var(--spacing-base);
}
& + .associated-media {
margin-top: var(--spacing-base);
border-top: var(--border-gray);
}
}