update blockquote css

This commit is contained in:
hengyunabc 2020-08-12 17:28:57 +08:00
parent e297f11209
commit 756a8c4b60

View File

@ -319,3 +319,12 @@ td.hljs-ln-code {
border-right-width: 0px;
}
/* branding ends. */
blockquote {
margin-top: 10px;
margin-bottom: 10px;
margin-left: 50px;
padding-left: 15px;
border-left: 3px solid #ccc;
}