Skip to content

Commit dc28a9f

Browse files
committed
fix : 배너 텍스트 굵기 수정
1 parent 2995bf3 commit dc28a9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/home/IntroSection/Banner26th.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const BannerTitleBox = styled.div`
120120
margin: 0;
121121
text-align: center;
122122
font-size: 6.8rem;
123-
font-weight: 700;
123+
font-weight: 800;
124124
line-height: 125%;
125125
letter-spacing: -0.07rem;
126126
color: ${({ theme }) => theme.palette.black};
@@ -142,7 +142,6 @@ const BannerTitleBox = styled.div`
142142
`;
143143
const BannerTitleSpan = styled.span`
144144
color: ${({ theme }) => theme.palette.blue_100};
145-
font-weight: 800;
146145
`;
147146
const BannerRecruitDateBox = styled.div`
148147
color: ${({ theme }) => theme.palette.grey_700};

0 commit comments

Comments
 (0)