diff options
author | rubenwardy <rw@rubenwardy.com> | 2018-05-29 16:23:29 +0100 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2018-05-29 16:23:29 +0100 |
commit | f1b21b73b2dda494efacc023856f5fb67f09ced7 (patch) | |
tree | ae5f4a4244c2adee7893901302085ef9f237d2fe | |
parent | 6a13dca2d511bd790e718be34f8a66bfc4cb525e (diff) | |
download | cheatdb-f1b21b73b2dda494efacc023856f5fb67f09ced7.tar.xz |
Add max package tile size
-rw-r--r-- | app/scss/packagegrid.scss | 1 |
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; } |