Skip to content

Commit

Permalink
fix: add margin between color mode and search on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
laine-hallot committed Feb 13, 2025
1 parent ba53012 commit f1e714e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function Header() {
</Link>
))}
</Box>
<Box sx={{display: ['flex', null, null, 'none']}}>
<Box sx={{display: ['flex', null, null, 'none'], ml: [4, null, null, 'unset']}}>
<Search.Mobile {...search} />
<NavDrawer />
</Box>
Expand Down

0 comments on commit f1e714e

Please sign in to comment.