From 6d4918b27f9c8130fbbc44a1b6865d950b5b49e7 Mon Sep 17 00:00:00 2001 From: Francisco Pessano Date: Fri, 18 Oct 2024 19:42:23 -0300 Subject: [PATCH] Change artists column gap --- src/app/_components/showcase.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/_components/showcase.tsx b/src/app/_components/showcase.tsx index 8a5c4c6..226b552 100644 --- a/src/app/_components/showcase.tsx +++ b/src/app/_components/showcase.tsx @@ -67,7 +67,7 @@ export function Showcase({ style={{ display: "flex", flexWrap: "wrap", - justifyContent: "space-evenly", + columnGap: "8px" }} > {artists.map((artist, index) => {