Update style.css to increase skin image height from 120px to 250px for improved visual presentation.

This commit is contained in:
Bram Suurd
2025-06-29 22:51:01 +02:00
parent 0e7d4a8356
commit dd7f45902b

View File

@@ -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;