From 94057a43775c2d866649f81321470b9f21655db7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A1=B0=EC=98=88=EC=A7=84?= Date: Mon, 23 Dec 2024 16:24:25 +0900 Subject: [PATCH] style: add padding bottom to profile card list --- src/widgets/ProfileCardList/ProfileCardList.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widgets/ProfileCardList/ProfileCardList.module.css b/src/widgets/ProfileCardList/ProfileCardList.module.css index 90db316..a09e62c 100644 --- a/src/widgets/ProfileCardList/ProfileCardList.module.css +++ b/src/widgets/ProfileCardList/ProfileCardList.module.css @@ -3,4 +3,5 @@ gap: 16px; list-style: none; padding-left: 0; + padding-bottom: 16px; } \ No newline at end of file