From 01fc500d1a9da03d75183c771e8cf774c94297ca Mon Sep 17 00:00:00 2001 From: Doeun Kim Date: Sat, 14 Sep 2024 01:58:58 +0900 Subject: [PATCH] =?UTF-8?q?fix(web-domains):=20HobbyList=20=EB=A0=88?= =?UTF-8?q?=EC=9D=B4=EC=95=84=EC=9B=83=20=EC=88=98=EC=A0=95=20(#215)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/about-me/features/components/HobbyList/styles.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/web-domains/src/about-me/features/components/HobbyList/styles.ts b/packages/web-domains/src/about-me/features/components/HobbyList/styles.ts index 3e66ad5a..aba3f8ab 100644 --- a/packages/web-domains/src/about-me/features/components/HobbyList/styles.ts +++ b/packages/web-domains/src/about-me/features/components/HobbyList/styles.ts @@ -16,7 +16,8 @@ export const itemCss = css({ }); export const itemContainerCss = css({ - '& > * + *': { - marginLeft: size['6xs'], + '& > *': { + marginRight: size['6xs'], + marginBottom: size['6xs'], }, });