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

View File

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