make inline imgs block

This commit is contained in:
Ted Unangst 2019-10-08 16:56:19 -04:00
parent 74d41cb62e
commit 5ed4827788

View file

@ -242,6 +242,9 @@ img, video {
max-width: 100%;
max-height: 600px;
}
.noise img {
display: block;
}
img.emu {
width: 2em;
height: 2em;