Making max markdown image height smaller. Fixes #836

This commit is contained in:
Dessalines 2020-06-24 13:18:53 -04:00
parent b94d380729
commit 00e2d546bf
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
}
.md-div img {
max-height: 90vh;
max-height: 40vh;
max-width: 100%;
height: auto;
}