From dd7f45902b4a37ca7ef95957e631762c1cc795ce Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Sun, 29 Jun 2025 22:51:01 +0200 Subject: [PATCH] Update style.css to increase skin image height from 120px to 250px for improved visual presentation. --- website/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/style.css b/website/style.css index ad2162a4..8a6ab3d9 100644 --- a/website/style.css +++ b/website/style.css @@ -471,7 +471,7 @@ body { .skin-item .skin-image { width: 100%; - height: 120px; + height: 250px; object-fit: contain; background: linear-gradient(145deg, #333, #222); padding: 0.5rem;