Skip to content

Commit c1c7306

Browse files
committed
Fix navbar menu icon sizing
1 parent a3141cb commit c1c7306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NavBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const NavBar = (): ReactElement => {
4747
<>
4848
<AppBar position="sticky" color="default">
4949
<Container maxWidth="xl">
50-
<Toolbar variant="dense" sx={{ alignItems: 'stretch', justifyContent: 'space-between' }}>
50+
<Toolbar variant="dense" sx={{ alignItems: { xs: 'center', md: 'stretch' }, justifyContent: 'space-between' }}>
5151
<IconButton
5252
color="inherit"
5353
aria-label="open drawer"

0 commit comments

Comments
 (0)