Skip to content

Commit

Permalink
Merge branch 'dev-#8' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Hailey0930 committed Mar 13, 2024
2 parents 5d399f9 + cd758de commit 9775cd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/pages/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export default function Landing() {
<S.Container>
<S.TitleButtonContainer>
<S.Title>
<p>언제 어디서나</p>
<p>이용권 스케줄 관리를!</p>
<p>PT의 모든 것</p>
<p>PlanIT에서 쉽고 간편하게</p>
</S.Title>
<S.StartButton onClick={handleMoveToLogin}>Get Start</S.StartButton>
</S.TitleButtonContainer>
Expand Down
5 changes: 3 additions & 2 deletions src/styles/Landing.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export const TitleButtonContainer = styled.div`
height: 50%;
transform: translate(0, 20%);
gap: 100px;
gap: 80px;
z-index: 2;
`;

export const Title = styled.div`
Expand All @@ -47,7 +48,7 @@ export const Title = styled.div`
}
@media screen and (max-width: ${breakPoints.small}px) {
font-size: 3.5rem;
font-size: 3.3rem;
}
`;

Expand Down

0 comments on commit 9775cd3

Please sign in to comment.