diff --git a/frontend/src/pages/ClubDetailPage/components/InfoBox/InfoBox.styles.ts b/frontend/src/pages/ClubDetailPage/components/InfoBox/InfoBox.styles.ts index b7200d506..60326631e 100644 --- a/frontend/src/pages/ClubDetailPage/components/InfoBox/InfoBox.styles.ts +++ b/frontend/src/pages/ClubDetailPage/components/InfoBox/InfoBox.styles.ts @@ -51,8 +51,9 @@ export const DescriptionWrapper = styled.div` justify-content: space-between; align-items: center; gap: 50px; - font-size: 14px; + font-size: 16px; @media (max-width: 500px) { + font-size: 14px; gap: 40px; } `; diff --git a/frontend/src/pages/ClubDetailPage/components/IntroduceBox/IntroduceBox.styles.ts b/frontend/src/pages/ClubDetailPage/components/IntroduceBox/IntroduceBox.styles.ts index 993334e3a..b9757f46a 100644 --- a/frontend/src/pages/ClubDetailPage/components/IntroduceBox/IntroduceBox.styles.ts +++ b/frontend/src/pages/ClubDetailPage/components/IntroduceBox/IntroduceBox.styles.ts @@ -18,6 +18,7 @@ export const IntroduceBoxWrapper = styled.div` border-radius: 0; border-bottom: 1px solid #dcdcdc; padding: 20px; + font-size: 14px; } `;