Webpage: Fix aspect ratio in IE.
This commit is contained in:
parent
12fb53dd0a
commit
deab8e5a25
2
web.css
2
web.css
@ -63,6 +63,8 @@ span.hover > img {
|
|||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
|
box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user