Skip to content

Commit

Permalink
fix: 로고 paddingTop 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
YesHyeon committed Sep 6, 2023
1 parent 792562b commit b47c2ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/landing/index.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ export const StartWrapper = styled.div`
flex-direction: column;
align-items: center;
width: 100%;
padding-top: 150px;
padding-top: 125px;
@media screen and (max-width: 375px) {
padding-top: 100px;
padding-top: 90px;
}
height: 880px;
Expand Down

0 comments on commit b47c2ee

Please sign in to comment.