Adjust sibling blockquoute element top margin

This commit is contained in:
Leilukin 2024-05-09 21:20:20 +08:00 committed by Helen Chong
parent 76c96f2e64
commit 4d8c21cade
2 changed files with 2 additions and 2 deletions

View File

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

View File

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