mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-03-10 16:34:38 +00:00
Update style.css to increase skin image height from 120px to 250px for improved visual presentation.
This commit is contained in:
@@ -471,7 +471,7 @@ body {
|
|||||||
|
|
||||||
.skin-item .skin-image {
|
.skin-item .skin-image {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 120px;
|
height: 250px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
background: linear-gradient(145deg, #333, #222);
|
background: linear-gradient(145deg, #333, #222);
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user