From ebbd881db7f05ec09934e9f11d5a8767692e0f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20CHAUVIN?= Date: Tue, 13 Sep 2022 12:50:45 +0200 Subject: [PATCH] [UPD] changed font styles --- front/components/songCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }