Skip to content

Commit

Permalink
cleaned up Header typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmurraydavid committed Mar 9, 2023
1 parent 8e0c8e4 commit e359eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scenes/Root/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const headerSx = (theme: Theme) => ({
padding: theme.spacing(4, 4, 1, 4),
justifyContent: 'space-between',
display: { xs: 'none', sm: 'flex' },
flexDirection: { xs: 'column', mobile: 'row' },
alignItems: { xs: 'strecth', mobile: 'flex-start' },
flexDirection: { sm: 'column', mobile: 'row' },
alignItems: { mobile: 'flex-start' },
});

export const Header = () => {
Expand Down

0 comments on commit e359eeb

Please sign in to comment.