Fix left padding in blockquote

This commit is contained in:
BBaoVanC 2021-10-08 21:54:21 -05:00
parent 0ef2511d98
commit 346ef21784
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 4 additions and 0 deletions

View File

@ -113,6 +113,10 @@ blockquote {
border-left: 5px solid #333;
}
blockquote p {
padding-left: 15px;
}
hr {
border-color: #444;
}