summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-08-07 22:46:47 +0200
committerTor Andersson <tor@ccxvii.net>2024-08-20 12:24:34 +0200
commit640d8ab01b6763db2d120271230bc261b3cca2ec (patch)
treea01159763654124a01c2431a9f47f98921fbbde5 /public
parent13c1fa8e54b8a02854a0b15a19d54e0efa4968d6 (diff)
downloadserver-640d8ab01b6763db2d120271230bc261b3cca2ec.tar.gz
Use smaller cover images for front page.
Diffstat (limited to 'public')
-rw-r--r--public/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/style.css b/public/style.css
index 4810988..55f0bd0 100644
--- a/public/style.css
+++ b/public/style.css
@@ -350,6 +350,10 @@ div.body img {
border: var(--thin-border);
}
+.game_main img.square { max-width: 60px; max-height: 60px; }
+.game_main img.wide { max-width: 72px; max-height: 60px; }
+.game_main img.tall { max-width: 60px; max-height: 72px; }
+
.game_item .game_head { background-color: gainsboro }
.game_item .game_main { background-color: whitesmoke }