diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-08-07 22:46:47 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-08-20 12:24:34 +0200 |
commit | 640d8ab01b6763db2d120271230bc261b3cca2ec (patch) | |
tree | a01159763654124a01c2431a9f47f98921fbbde5 /public/style.css | |
parent | 13c1fa8e54b8a02854a0b15a19d54e0efa4968d6 (diff) | |
download | server-640d8ab01b6763db2d120271230bc261b3cca2ec.tar.gz |
Use smaller cover images for front page.
Diffstat (limited to 'public/style.css')
-rw-r--r-- | public/style.css | 4 |
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 } |