Fix blockquote style

On a text is align right and it in blockquote
It is close to blockquote's right border
Now, I add padding-right to blockquote
This commit is contained in:
NoDocCat 2018-12-25 02:21:17 +08:00
parent c0d6c29e41
commit ee16d7ec63

View File

@ -494,7 +494,7 @@ ol:last-child {
blockquote { blockquote {
border-left: 4px solid #42b983; border-left: 4px solid #42b983;
padding: 10px 0 10px 15px; padding: 10px 15px;
color: #777; color: #777;
background-color: rgba(66, 185, 131, .1); background-color: rgba(66, 185, 131, .1);
} }
@ -735,4 +735,4 @@ footer {
.html-for-mac .context-menu { .html-for-mac .context-menu {
--item-hover-bg-color: #E6F0FE; --item-hover-bg-color: #E6F0FE;
} }