fix: syntax + styles

This commit is contained in:
Cory Dransfeldt 2024-10-11 20:54:19 -07:00
parent 489ddb2111
commit 0675d3400c
No known key found for this signature in database
2 changed files with 3 additions and 10 deletions

View file

@ -419,7 +419,7 @@ article {
border-bottom: none; border-bottom: none;
} }
& h3 { & h3:not(+ :not(p)) {
margin: 0; margin: 0;
} }

View file

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