aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-05-29 16:23:29 +0100
committerrubenwardy <rw@rubenwardy.com>2018-05-29 16:23:29 +0100
commitf1b21b73b2dda494efacc023856f5fb67f09ced7 (patch)
treeae5f4a4244c2adee7893901302085ef9f237d2fe
parent6a13dca2d511bd790e718be34f8a66bfc4cb525e (diff)
downloadcheatdb-f1b21b73b2dda494efacc023856f5fb67f09ced7.tar.xz
Add max package tile size
-rw-r--r--app/scss/packagegrid.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/scss/packagegrid.scss b/app/scss/packagegrid.scss
index 673e5ff..ffc0c0b 100644
--- a/app/scss/packagegrid.scss
+++ b/app/scss/packagegrid.scss
@@ -13,6 +13,7 @@
display: block;
min-width: 300px;
min-height: 200px;
+ max-width: 350px;
padding: 0;
margin: 7px;
}