diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-08-05 18:08:15 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-08-13 00:18:33 +0200 |
commit | c59ca4f0efe17213a6ba3a0f14cf3f525bf12ff6 (patch) | |
tree | 020e84c62d22a6862c603494589e250d25761b67 /public/style.css | |
parent | 05faf1474e39ae79d12bb4a23330b3231225f6f7 (diff) | |
download | server-c59ca4f0efe17213a6ba3a0f14cf3f525bf12ff6.tar.gz |
Improve loading appearance of front page.
Diffstat (limited to 'public/style.css')
-rw-r--r-- | public/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
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); } |