mirror of
https://github.com/FranP-code/spooky-spotify-showcase.git
synced 2025-10-13 00:02:36 +00:00
Change artists column gap
This commit is contained in:
@@ -67,7 +67,7 @@ export function Showcase({
|
|||||||
style={{
|
style={{
|
||||||
display: "flex",
|
display: "flex",
|
||||||
flexWrap: "wrap",
|
flexWrap: "wrap",
|
||||||
justifyContent: "space-evenly",
|
columnGap: "8px"
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{artists.map((artist, index) => {
|
{artists.map((artist, index) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user