Skip to content

Commit

Permalink
fix: remove title on smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
oae committed Jan 28, 2023
1 parent e0a939b commit eb918d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ const useStyles = createStyles((theme) => ({
},

title: {
[`@media (max-width: ${theme.breakpoints.xs}px)`]: {
display: 'none',
},
fontFamily: 'Ninja Naruto Regular, Inter',
lineHeight: '56px',
fontWeight: 300,
Expand Down

0 comments on commit eb918d8

Please sign in to comment.