Change artists column gap

This commit is contained in:
2024-10-18 19:42:23 -03:00
parent 1e11d225fa
commit 6d4918b27f

View File

@@ -67,7 +67,7 @@ export function Showcase({
style={{
display: "flex",
flexWrap: "wrap",
justifyContent: "space-evenly",
columnGap: "8px"
}}
>
{artists.map((artist, index) => {