let's try keeping images from getting too large

This commit is contained in:
Ted Unangst 2019-10-03 16:20:11 -04:00
parent d12cb164c2
commit 015dc80499
1 changed files with 1 additions and 0 deletions

View File

@ -228,6 +228,7 @@ img:not(.emu) {
} }
img, video { img, video {
max-width: 100%; max-width: 100%;
max-height: 600px;
} }
img.emu { img.emu {
width: 2em; width: 2em;