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

View file

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