add margin-bottom for social-quote in post-content
This commit is contained in:
parent
9d28a0e5f7
commit
3eaeb0f6c7
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue