Set size of blockquotes
This commit is contained in:
parent
41caa0573e
commit
3f59c75523
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ body, .post {
|
|||
|
||||
/* TODO: Nice fancy blockquotes */
|
||||
blockquote {
|
||||
width: 90%;
|
||||
border-radius: var(--box-radius);
|
||||
padding: var(--box-padding-vert) var(--box-padding-horz);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue