Adjust sibling blockquoute element top margin

This commit is contained in:
Helen Chong 2024-05-09 21:20:20 +08:00
parent 83ffb750a2
commit 129f83af03
2 changed files with 2 additions and 2 deletions

View File

@ -200,7 +200,7 @@ a:focus img {
}
blockquote > * + :not([class]),
.c-blockquote,
* + blockquote,
.c-blockquote__attribution {
margin-top: var(--sz-paragraph-margin);
}

View File

@ -200,7 +200,7 @@ a:focus img {
}
blockquote > * + :not([class]),
.c-blockquote,
* + blockquote,
.c-blockquote__attribution {
margin-top: var(--sz-paragraph-margin);
}