From e4f35159818f3231db4f608cecc8807b3e300828 Mon Sep 17 00:00:00 2001 From: gahyeon Date: Sat, 30 Aug 2025 14:37:22 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20gap=20=EC=88=98=EC=A0=95=20(#94)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/mycd/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/mycd/index.tsx b/src/pages/mycd/index.tsx index fa079c57..29f3445b 100644 --- a/src/pages/mycd/index.tsx +++ b/src/pages/mycd/index.tsx @@ -153,4 +153,5 @@ export default MyCdPage const ErrorContainer = styled.div` ${flexColCenter} height: 100dvh; + gap: 12px; `