Skip to content

Commit

Permalink
fix: fix landing page css
Browse files Browse the repository at this point in the history
  • Loading branch information
071yoon committed Jan 21, 2024
1 parent b1411a4 commit db28e94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/main/landingPage/GiveWhat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ const Container = styled.div`
`;

const MainTitle = styled.div`
left: 50%;
left: 10%;
position: absolute;
${media.xlarge} {
position: relative;
left: 0;
text-align: right;
margin-right: -20%;
margin-bottom: -5rem;
}
font-family: IBMPlexSansKRRegular;
Expand Down

0 comments on commit db28e94

Please sign in to comment.