make inline imgs block
This commit is contained in:
parent
74d41cb62e
commit
5ed4827788
|
@ -242,6 +242,9 @@ img, video {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 600px;
|
max-height: 600px;
|
||||||
}
|
}
|
||||||
|
.noise img {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
img.emu {
|
img.emu {
|
||||||
width: 2em;
|
width: 2em;
|
||||||
height: 2em;
|
height: 2em;
|
||||||
|
|
Loading…
Reference in New Issue