mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-12 22:25:43 -04:00
style blockquote to look better
This commit is contained in:
parent
c06357a604
commit
d559ea3d4e
1 changed files with 6 additions and 0 deletions
|
@ -108,3 +108,9 @@ img {
|
|||
display: block;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 2px solid;
|
||||
margin: 20px;
|
||||
padding: 10px 40px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue