Skip to content

Commit

Permalink
fix: Remove top padding in main-page
Browse files Browse the repository at this point in the history
  • Loading branch information
cjeongmin committed May 29, 2024
1 parent 17b4de8 commit 5c50aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/main-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const styles = {
display: flex;
flex-direction: column;
gap: 3rem;
padding: 2rem 0;
padding: 0rem 0rem 0rem 2rem;
`,
map: styled.div`
width: 100%;
Expand Down

0 comments on commit 5c50aa6

Please sign in to comment.