Skip to content

Commit

Permalink
refactor: [#72] HeaderNav 이미지 크기 축소
Browse files Browse the repository at this point in the history
  • Loading branch information
SeyeonJang committed Jul 29, 2024
1 parent 8749dd7 commit df16aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/components/HeaderNav.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ export const header = style({
width: '95%',
paddingTop: '27px',
justifyContent: 'space-between',
alignItems: 'center',
alignItems: 'left',
margin: 'auto',
});

export const logoImg = style({
width: '169px',
width: '140px',
height: 'auto',
cursor: 'pointer',
});

0 comments on commit df16aa9

Please sign in to comment.