fix blockquote margin with simplified tweet shorcode

sticking together
This commit is contained in:
Aditya Telange 2021-01-25 12:48:10 +05:30
parent 471e4caba2
commit cd03c69e40
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -212,7 +212,7 @@
}
.post-content blockquote {
margin: 0 0;
margin: 20px 0;
padding: 0 14px;
border-inline-start: 3px solid var(--primary)
}