Add space between blockquote vertical bar and text

This commit is contained in:
Rafael Bardini 2020-07-05 19:54:38 +02:00
parent 4f9f40cb36
commit a5666b6b5c
2 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@ li:before {
blockquote {
border-left: 5px solid #e7e9ec;
font-size: 1rem;
padding-left: 1rem;
}
em {
color: #95a5a6;

View File

@ -58,6 +58,7 @@ li:before {
blockquote {
border-left: 5px solid #e7e9ec;
font-size: 1rem;
padding-left: 1rem;
}
em {
color: #95a5a6;