Skip to content

Commit

Permalink
fix: 지원서 헤더 배경영역 재지정
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiacho committed Jul 30, 2024
1 parent 399e3c2 commit 89caca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/ApplyPage/components/ApplyHeader/style.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ export const headerContainer = style({
display: 'flex',
justifyContent: 'space-between',
alignItems: 'center',
padding: '24px 0 20px',
padding: '24px 360px 20px',
position: 'sticky',
top: 74,
width: 720,
width: 1440,
margin: '60px auto 0px',
boxShadow: `0 0 0 1px ${theme.color.white}`,
backgroundColor: theme.color.white,
Expand Down

0 comments on commit 89caca7

Please sign in to comment.