diff --git a/front/components/songCard.tsx b/front/components/songCard.tsx index d95e855..c38f33b 100644 --- a/front/components/songCard.tsx +++ b/front/components/songCard.tsx @@ -13,7 +13,7 @@ const SongCard = ( const cardFormat = { margin: 10, - padding: 10, + padding: 5, width: 300, backgroundColor: '#C5C5C5' }