fix(css): add padding between images

This commit is contained in:
curben 2019-08-12 13:12:34 +09:30
parent 2779d94d55
commit b573092e2f
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 1 additions and 0 deletions

View File

@ -911,6 +911,7 @@ blockquote {
.article .article-entry img {
display: block;
margin: auto;
margin-bottom: 0.5em;
}
.article .article-entry blockquote footer {