Skip to content

Commit

Permalink
chore: fine-tune mobile chrismas logo
Browse files Browse the repository at this point in the history
  • Loading branch information
viet-nv committed Dec 17, 2024
1 parent 3f0027d commit f7ada75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const IconImage = styled.img<{ isChristmas?: boolean }>`
${({ theme, isChristmas }) => theme.mediaWidth.upToSmall`
width: 114px;
margin-top: ${isChristmas ? '-3px' : '1px'};
margin-top: ${isChristmas ? '-2px' : '1px'};
`};
${({ theme }) => theme.mediaWidth.upToExtraSmall`
Expand Down

0 comments on commit f7ada75

Please sign in to comment.