From 9ca0b3e6fe258d308e7ce259827a59e4e94ff253 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Sun, 1 Dec 2024 06:29:45 -0600 Subject: [PATCH] maybe cards could just be square for all? --- components/Global/component.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Global/component.config.ts b/components/Global/component.config.ts index fdb07064..1b7aca75 100644 --- a/components/Global/component.config.ts +++ b/components/Global/component.config.ts @@ -1,7 +1,7 @@ export const cardDimensions = { artist: { width: 150, - height: 200 + height: 150 }, album: { width: 150,