Skip to content

Commit

Permalink
Fix navbar menu icon sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeurbi committed Jun 21, 2024
1 parent a3141cb commit c1c7306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const NavBar = (): ReactElement => {
<>
<AppBar position="sticky" color="default">
<Container maxWidth="xl">
<Toolbar variant="dense" sx={{ alignItems: 'stretch', justifyContent: 'space-between' }}>
<Toolbar variant="dense" sx={{ alignItems: { xs: 'center', md: 'stretch' }, justifyContent: 'space-between' }}>
<IconButton
color="inherit"
aria-label="open drawer"
Expand Down

0 comments on commit c1c7306

Please sign in to comment.