Skip to content

Commit f1e714e

Browse files
committed
fix: add margin between color mode and search on mobile
1 parent ba53012 commit f1e714e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/header.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function Header() {
5555
</Link>
5656
))}
5757
</Box>
58-
<Box sx={{display: ['flex', null, null, 'none']}}>
58+
<Box sx={{display: ['flex', null, null, 'none'], ml: [4, null, null, 'unset']}}>
5959
<Search.Mobile {...search} />
6060
<NavDrawer />
6161
</Box>

0 commit comments

Comments
 (0)