diff --git a/src/pages/Home/components/InformHalfCard.tsx b/src/pages/Home/components/InformHalfCard.tsx index 76b59243..536f7d1b 100644 --- a/src/pages/Home/components/InformHalfCard.tsx +++ b/src/pages/Home/components/InformHalfCard.tsx @@ -51,7 +51,8 @@ const TitleWrapper = styled.div` `; const Title = styled.h2` - font-size: 16px; + font-size: 14px; + white-space: nowrap; font-weight: bold; `; @@ -59,6 +60,6 @@ const SubTitle = styled.h3` color: ${THEME.TEXT.SEMIBLACK}; display: flex; justify-content: flex-end; - font-size: 13px; + font-size: 11px; padding-bottom: 6px; `;