diff options
author | rubenwardy <rw@rubenwardy.com> | 2018-05-24 19:54:59 +0100 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2018-05-24 19:54:59 +0100 |
commit | 6012af6855f15e95b85e885ef0ef207752c826ed (patch) | |
tree | d885219eba562344d752bc02b4e09e814916802d | |
parent | ff83dda9287aa82c842dda0bb88ce389ff5bd9cc (diff) | |
download | cheatdb-6012af6855f15e95b85e885ef0ef207752c826ed.tar.xz |
Fix square screenshots on package page
-rw-r--r-- | app/scss/packages.scss | 4 |
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; } |