Skip to content

Commit

Permalink
feat: margin-top 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
99-zziy committed Sep 22, 2023
1 parent e4bc43c commit 37eb58e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pages/project.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ const mainCss = css`
flex-direction: column;
margin-top: 100px;
margin-bottom: 200px;
${mediaQuery('tablet')} {
margin-top: 74px;
}
${mediaQuery('mobile')} {
margin-top: 60px;
}
`;

const sectionCss = css`
Expand Down

0 comments on commit 37eb58e

Please sign in to comment.