Fix dropshadow on image

This commit is contained in:
James Allen 2014-07-24 10:47:09 +01:00
parent dd27384587
commit 22576945c3

View file

@ -47,7 +47,10 @@
} }
} }
.screenshot { .screenshot {
height: 450px; height: 550px;
// Make sure the
padding: 50px;
margin: -50px;
overflow-y: hidden; overflow-y: hidden;
img { img {
box-shadow: 0 0 50px rgba(0,0,0,.67); box-shadow: 0 0 50px rgba(0,0,0,.67);