We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb77c9d + dc28a9f commit fba8717Copy full SHA for fba8717
components/home/IntroSection/Banner26th.tsx
@@ -120,7 +120,7 @@ const BannerTitleBox = styled.div`
120
margin: 0;
121
text-align: center;
122
font-size: 6.8rem;
123
- font-weight: 700;
+ font-weight: 800;
124
line-height: 125%;
125
letter-spacing: -0.07rem;
126
color: ${({ theme }) => theme.palette.black};
@@ -142,7 +142,6 @@ const BannerTitleBox = styled.div`
142
`;
143
const BannerTitleSpan = styled.span`
144
color: ${({ theme }) => theme.palette.blue_100};
145
- font-weight: 600;
146
147
const BannerRecruitDateBox = styled.div`
148
color: ${({ theme }) => theme.palette.grey_700};
0 commit comments