Fix a minor css mistake

This commit is contained in:
Yann Esposito (Yogsototh) 2019-11-22 08:46:03 +08:00
parent 59b68747ca
commit 44698c6f39
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -57,6 +57,7 @@ img {
}
p > img, li > img {
max-height: 1em;
width: auto;
margin: 0;
vertical-align: middle;
}