From 742e753e7091a73bc19432779b2a763fba461293 Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Sun, 29 Jun 2025 22:58:18 +0200 Subject: [PATCH] Adjust skin image dimensions in style.css by reducing height to 280px and increasing padding to 1rem for improved layout consistency. --- website/style.css | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/website/style.css b/website/style.css index 18a4f135..fb05392f 100644 --- a/website/style.css +++ b/website/style.css @@ -473,20 +473,12 @@ body { .skin-item .skin-image { width: 100%; - height: 300px; + height: 280px; object-fit: contain; background: linear-gradient(145deg, #333, #222); - padding: 0.5rem; + padding: 1rem; display: block; box-sizing: border-box; - transform: scale(1.6); - transform-origin: center; - transition: opacity 0.3s ease; -} - -.skin-item .skin-image[data-loading="true"] { - opacity: 0.6; - background: linear-gradient(145deg, #444, #333); } .skin-name {