aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-05-24 19:54:59 +0100
committerrubenwardy <rw@rubenwardy.com>2018-05-24 19:54:59 +0100
commit6012af6855f15e95b85e885ef0ef207752c826ed (patch)
treed885219eba562344d752bc02b4e09e814916802d
parentff83dda9287aa82c842dda0bb88ce389ff5bd9cc (diff)
downloadcheatdb-6012af6855f15e95b85e885ef0ef207752c826ed.tar.xz
Fix square screenshots on package page
-rw-r--r--app/scss/packages.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/scss/packages.scss b/app/scss/packages.scss
index 2eafb42..f40f037 100644
--- a/app/scss/packages.scss
+++ b/app/scss/packages.scss
@@ -15,8 +15,8 @@
}
.screenshot_list img {
- width: 164px;
- height: 164px;
+ width: 200px;
+ height: 133px;
object-fit: cover;
}