diff options
author | rubenwardy <rw@rubenwardy.com> | 2018-05-29 23:18:13 +0100 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2018-05-29 23:18:13 +0100 |
commit | f554bfc92b62cff7f9b44af68d276d9d10aab453 (patch) | |
tree | 1c93e8c8a3550d16d39ec5a31b8552e99006cd2a | |
parent | c80ea2c1b1175257b0f718d9d122a106d62a2169 (diff) | |
download | cheatdb-f554bfc92b62cff7f9b44af68d276d9d10aab453.tar.xz |
Fix max package grid cell size
-rw-r--r-- | app/scss/packagegrid.scss | 2 |
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; } |