make quotes more visible by indenting the line

fixes #2
This commit is contained in:
wuyoli 2022-02-17 15:16:23 +00:00
parent c4f1a31e53
commit 188131a5ec
1 changed files with 2 additions and 2 deletions

View File

@ -362,8 +362,8 @@ img {
blockquote {
box-sizing: border-box;
margin: 1.6em 0 1.6em -2em;
padding: 0 0 0 1.6em;
margin: 1.6em 0 1.6em 0;
padding: 0 0 0 1.5em;
border-left: #81A1C1 0.2em solid;
}