Limit image height to 700px.
This commit is contained in:
parent
0ccb4e6cf6
commit
af04f48989
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ p > img
|
||||||
{
|
{
|
||||||
display: block;
|
display: block;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
max-height: 700px;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote
|
blockquote
|
||||||
|
|
Loading…
Reference in a new issue