Skip to content

Commit

Permalink
Add. fix header style
Browse files Browse the repository at this point in the history
  • Loading branch information
jee-eun-k committed Jul 28, 2024
1 parent cb896ca commit 6a75fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/CommonHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const CommonHeader = (props: CommonHeaderProps) => {
width: '100%',
height: '7vh',
flexDirection: 'row',
flex: '0 0 10%',
flex: '0 0 7vh',
}}
>
<Box sx={{ mr: 2, flex: '0 0 10vw' }}>
Expand Down

0 comments on commit 6a75fc4

Please sign in to comment.