Remove vertical-align: middle

Property is ignored due to the display. With 'display: block', vertical-align should not be used.
This commit is contained in:
Jesús 2019-07-14 12:11:40 -05:00
parent e3d06f57ba
commit 7304295636
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -26,7 +26,6 @@
}
.ihover > img {
vertical-align: middle;
max-width: 100%;
display: block;
}