From 640d8ab01b6763db2d120271230bc261b3cca2ec Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 7 Aug 2024 22:46:47 +0200 Subject: Use smaller cover images for front page. --- public/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public/style.css') 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 } -- cgit v1.2.3