mirror of https://gitlab.com/curben/blog
fix(css): set maximum height of img element
This commit is contained in:
parent
bb5b0fdd39
commit
a75a36714b
|
@ -911,6 +911,7 @@ blockquote {
|
|||
display: block;
|
||||
margin: auto;
|
||||
margin-bottom: 0.5em;
|
||||
max-height: 30em;
|
||||
}
|
||||
|
||||
.article .article-entry blockquote footer {
|
||||
|
|
Loading…
Reference in New Issue