From e6b134bcf587038492d26eabc28108dde4b4f669 Mon Sep 17 00:00:00 2001 From: tree Date: Tue, 16 May 2023 16:54:36 +0200 Subject: [PATCH] fix aspect of thumb on detail --- src/routes/[entry]/[type]/[slug]/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/[entry]/[type]/[slug]/+page.svelte b/src/routes/[entry]/[type]/[slug]/+page.svelte index 4b4907b2..8534c3a1 100644 --- a/src/routes/[entry]/[type]/[slug]/+page.svelte +++ b/src/routes/[entry]/[type]/[slug]/+page.svelte @@ -123,7 +123,7 @@ {item} img={config.collections[colPlural]?.img || 'logo'} aspect={config.collections[colPlural]?.aspect || 'aspect-square'} - width="w-48 md:w-56 mr-5" + width="w-48 h-48 md:w-56 md:h-56 mr-5" rounded="rounded-xl" />