Webpage: Fix aspect ratio in IE.

This commit is contained in:
ccd0 2015-03-12 01:21:57 -07:00
parent 12fb53dd0a
commit deab8e5a25

View File

@ -63,6 +63,8 @@ span.hover > img {
left: 0;
right: 0;
margin: auto;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
box-shadow: 5px 5px 20px rgba(0,0,0,0.4);