Fix square screenshots on package page

This commit is contained in:
rubenwardy 2018-05-24 19:54:59 +01:00
parent ff83dda928
commit 6012af6855
No known key found for this signature in database
GPG Key ID: A1E29D52FF81513C
1 changed files with 2 additions and 2 deletions

View File

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