fix: syntax + styles
This commit is contained in:
parent
61d66bc8dc
commit
489ddb2111
3 changed files with 15 additions and 8 deletions
|
@ -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,
|
||||
|
|
Reference in a new issue