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) => {