From 85afea78cf0155e8bf77d4423471cc3514101bd5 Mon Sep 17 00:00:00 2001 From: NiclasNorin Date: Mon, 23 Oct 2023 12:14:07 +0200 Subject: [PATCH] fix: Collection items image aspect ratio --- source/sass/component/_collection.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/sass/component/_collection.scss b/source/sass/component/_collection.scss index ffc6c14d4..741f21b62 100644 --- a/source/sass/component/_collection.scss +++ b/source/sass/component/_collection.scss @@ -68,7 +68,7 @@ $c-collection-item-background-color: var(--c-collection-card-background-color, $ display: flex; img { - aspect-ratio: 16/9; + aspect-ratio: 1/1; border-radius: $c-collection-item-image-border-radius; height: 100%; width: 100%;