Add top margin to .c-blockquote element
This commit is contained in:
parent
66dd25d0e6
commit
5a6c0600be
|
@ -201,6 +201,7 @@ a:focus img {
|
|||
|
||||
blockquote > * + :not([class]),
|
||||
* + blockquote,
|
||||
* + .c-blockquote,
|
||||
.c-blockquote__attribution {
|
||||
margin-top: var(--sz-paragraph-margin);
|
||||
}
|
||||
|
|
|
@ -201,6 +201,7 @@ a:focus img {
|
|||
|
||||
blockquote > * + :not([class]),
|
||||
* + blockquote,
|
||||
* + .c-blockquote,
|
||||
.c-blockquote__attribution {
|
||||
margin-top: var(--sz-paragraph-margin);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue