fix: syntax + styles

This commit is contained in:
Cory Dransfeldt 2024-10-11 20:01:27 -07:00
parent 61d66bc8dc
commit 489ddb2111
No known key found for this signature in database
3 changed files with 15 additions and 8 deletions

View file

@ -1,5 +1,12 @@
article.standalone .associated-media:last-of-type > hr {
display: none;
article.standalone {
& + div,
& + img {
margin-bottom: var(--spacing-base);
}
& .associated-media:last-of-type > hr {
display: none;
}
}
p + .associated-media,