let's try keeping images from getting too large
This commit is contained in:
parent
d12cb164c2
commit
015dc80499
|
@ -228,6 +228,7 @@ img:not(.emu) {
|
|||
}
|
||||
img, video {
|
||||
max-width: 100%;
|
||||
max-height: 600px;
|
||||
}
|
||||
img.emu {
|
||||
width: 2em;
|
||||
|
|
Loading…
Reference in New Issue