From 9cf80af189b26c52557c4067f60ea0d285ad32d6 Mon Sep 17 00:00:00 2001 From: NaveOWO <87578512+NaveOWO@users.noreply.github.com> Date: Sat, 7 Oct 2023 17:46:03 +0900 Subject: [PATCH] =?UTF-8?q?design:=20=EC=B9=B4=ED=85=8C=EA=B3=A0=EB=A6=AC?= =?UTF-8?q?=20=EC=9E=90=EB=8F=99=20=EC=A4=84=EB=B0=94=EA=BF=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/roadmapCreatePage/category/category.styles.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/roadmapCreatePage/category/category.styles.ts b/client/src/components/roadmapCreatePage/category/category.styles.ts index e29ec4371..b593830d2 100644 --- a/client/src/components/roadmapCreatePage/category/category.styles.ts +++ b/client/src/components/roadmapCreatePage/category/category.styles.ts @@ -20,8 +20,8 @@ const CategoryDescription = styled.p` const Wrapper = styled.div` display: flex; flex-wrap: wrap; - width: 85.8rem; - height: 10.5rem; + row-gap: 2rem; + width: 100%; `; const CategoryBox = styled.article<{ isSelected?: boolean }>`