Skip to content

Commit f8e6c78

Browse files
committed
Adjust spacing
1 parent 71d2408 commit f8e6c78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

theme/src/components/nav-drawer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ function NavDrawer({isOpen, onDismiss}) {
3636
>
3737
<Flex
3838
py={3}
39-
px={4}
39+
pl={4}
40+
pr={3}
4041
alignItems="center"
4142
justifyContent="space-between"
4243
>

0 commit comments

Comments
 (0)