Fix square screenshots on package page

This commit is contained in:
rubenwardy
2018-05-24 19:54:59 +01:00
parent ff83dda928
commit 6012af6855

View File

@ -15,8 +15,8 @@
}
.screenshot_list img {
width: 164px;
height: 164px;
width: 200px;
height: 133px;
object-fit: cover;
}