From c59ca4f0efe17213a6ba3a0f14cf3f525bf12ff6 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 5 Aug 2024 18:08:15 +0200 Subject: Improve loading appearance of front page. --- public/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'public/style.css') diff --git a/public/style.css b/public/style.css index 7928f86..4810988 100644 --- a/public/style.css +++ b/public/style.css @@ -344,7 +344,8 @@ div.body img { .game_main img { display: block; - height: 72px; + max-width: 60px; + max-height: 72px; margin: 4px 0 4px 4px; border: var(--thin-border); } -- cgit v1.2.3