Skip to content

Commit fba8717

Browse files
authored
[26기 / HOTFIX] 리쿠르팅 전 배너 텍스트 굵기 변경 (#179)
2 parents fb77c9d + dc28a9f commit fba8717

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: 600;
146145
`;
147146
const BannerRecruitDateBox = styled.div`
148147
color: ${({ theme }) => theme.palette.grey_700};

0 commit comments

Comments
 (0)