fix: syntax + styles
This commit is contained in:
parent
489ddb2111
commit
0675d3400c
2 changed files with 3 additions and 10 deletions
|
@ -419,7 +419,7 @@ article {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
& h3 {
|
& h3:not(+ :not(p)) {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Reference in a new issue