1
0
mirror of https://github.com/Wonderfall/hugo-WonderMod.git synced 2025-07-19 23:21:44 +02:00

increase blockquote thickness inside post

This commit is contained in:
Aditya Telange
2021-01-08 20:38:00 +05:30
parent 09de369d2f
commit 905640ceef

@ -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 {