make inline imgs block

This commit is contained in:
Ted Unangst 2019-10-08 16:56:19 -04:00
parent 74d41cb62e
commit 5ed4827788
1 changed files with 3 additions and 0 deletions

View File

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