add margin-bottom for social-quote in post-content

This commit is contained in:
Reorx 2022-07-01 11:46:36 +08:00
parent 9d28a0e5f7
commit 3eaeb0f6c7
1 changed files with 3 additions and 0 deletions

View File

@ -498,6 +498,9 @@ h6:hover .anchor {
.social-quote { .social-quote {
padding: 1em; padding: 1em;
} }
.post-content .social-quote {
margin-bottom: var(--content-gap);
}
.social-quote.tweet { .social-quote.tweet {
background-color: var(--code-bg); background-color: var(--code-bg);
border-left: 3px solid var(--twitter-color); border-left: 3px solid var(--twitter-color);