diff --git a/src/lib/components/collection/CollectionArtifactCard.svelte b/src/lib/components/collection/CollectionArtifactCard.svelte index 6b77b990..f0872035 100644 --- a/src/lib/components/collection/CollectionArtifactCard.svelte +++ b/src/lib/components/collection/CollectionArtifactCard.svelte @@ -85,8 +85,8 @@ } .artifact-image { - width: 100%; - height: 100%; + width: 104px; + height: 104px; object-fit: contain; border-radius: $item-corner; }