fix artifact card image dimensions

This commit is contained in:
Justin Edmund 2025-12-19 00:53:12 -08:00
parent b4f58aa5af
commit 3ef4138901

View file

@ -85,8 +85,8 @@
}
.artifact-image {
width: 100%;
height: 100%;
width: 104px;
height: 104px;
object-fit: contain;
border-radius: $item-corner;
}