mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-14 15:14:27 -04:00
increase blockquote thickness inside post
This commit is contained in:
parent
09de369d2f
commit
905640ceef
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue