aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-12-22 21:26:00 +0000
committerrubenwardy <rw@rubenwardy.com>2018-12-22 21:26:00 +0000
commitde9135f44f9c85eba66cb9ef1a3bbb1875823355 (patch)
treee63f23753211003a2b554cbc52f571c949b37159
parent31f57e1f1238a5e410f6304b72de7584a4f6d9b5 (diff)
downloadcheatdb-de9135f44f9c85eba66cb9ef1a3bbb1875823355.tar.xz
Decrease package tile rounding
-rw-r--r--app/scss/packagegrid.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scss/packagegrid.scss b/app/scss/packagegrid.scss
index 28d6e8c..a44d9c1 100644
--- a/app/scss/packagegrid.scss
+++ b/app/scss/packagegrid.scss
@@ -14,7 +14,7 @@ li.d-flex {
.packagetile a {
display: block;
padding-bottom: 66.66%;
- border-radius: 7px;
+ border-radius: 3px;
position: relative;
overflow: hidden;
background-size: cover;