increase blockquote thickness inside post

This commit is contained in:
Aditya Telange 2021-01-08 20:38:00 +05:30
parent 09de369d2f
commit 905640ceef
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

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