aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-05-29 23:18:13 +0100
committerrubenwardy <rw@rubenwardy.com>2018-05-29 23:18:13 +0100
commitf554bfc92b62cff7f9b44af68d276d9d10aab453 (patch)
tree1c93e8c8a3550d16d39ec5a31b8552e99006cd2a
parentc80ea2c1b1175257b0f718d9d122a106d62a2169 (diff)
downloadcheatdb-f554bfc92b62cff7f9b44af68d276d9d10aab453.tar.xz
Fix max package grid cell size
-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 ffc0c0b..152b850 100644
--- a/app/scss/packagegrid.scss
+++ b/app/scss/packagegrid.scss
@@ -13,7 +13,7 @@
display: block;
min-width: 300px;
min-height: 200px;
- max-width: 350px;
+ max-width: 332px;
padding: 0;
margin: 7px;
}