Skip to content

Commit

Permalink
잘못된 마진 값 수정 (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
klmhyeonwoo authored Nov 28, 2024
2 parents 68763ce + 12108fa commit a3e25b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Supports/Supports.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const introCss = {
description: (isAboutPage = false) => css`
${isAboutPage ? theme.typosV2.pretendard.semibold18 : theme.typosV2.pretendard.semibold20}
line-height: 150%;
margin-top: ${isAboutPage ? '25' : '42'}px;
margin-top: 24px;
text-align: center;
color: ${theme.colors.white};
Expand Down

0 comments on commit a3e25b9

Please sign in to comment.