Skip to content

Commit

Permalink
chore: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
konclave authored Nov 7, 2024
1 parent d050bca commit 62d6af4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/layout/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ const SiteMenu = styled.button<{ $lightTheme: boolean }>`
*/
height: calc(12px + ${() => GRID_GAP_MOBILE});
width: calc(12px + ${() => GRID_GAP_MOBILE});
transformY: translate(calc(${() => GRID_GAP_MOBILE} / 2));
transform: translateY(calc(${() => GRID_GAP_MOBILE} / 2));
${up('md')} {
height: calc(12px + ${() => GRID_GAP_DESKTOP});
width: calc(12px + ${() => GRID_GAP_DESKTOP});
Expand Down

0 comments on commit 62d6af4

Please sign in to comment.