Fix logo stretching on minimal pages in IE11

This commit is contained in:
Eric Schultz 2018-07-31 13:47:56 -05:00
parent c257da5c8c
commit e3fb6e6c92

View file

@ -9,7 +9,7 @@
img { img {
opacity: 0.5; opacity: 0.5;
max-height: 50px; height: 50px;
margin: auto 0; margin: auto 0;
} }
} }