fix(css): set maximum height of img element

This commit is contained in:
curben 2019-08-25 17:24:05 +09:30
parent bb5b0fdd39
commit a75a36714b
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 {
display: block; display: block;
margin: auto; margin: auto;
margin-bottom: 0.5em; margin-bottom: 0.5em;
max-height: 30em;
} }
.article .article-entry blockquote footer { .article .article-entry blockquote footer {