Skip to content

Commit

Permalink
reduced title width to avoid horizontal scroll:
Browse files Browse the repository at this point in the history
mobile under 321px [Post.tsx]
  • Loading branch information
Meneguini authored and humphd committed Apr 16, 2021
1 parent 370df66 commit 87e479f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/web/src/components/Posts/Post.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ const useStyles = makeStyles((theme: Theme) =>
[theme.breakpoints.down(1024)]: {
width: '80vw',
},
[theme.breakpoints.down(321)]: {
width: '78vw',
},
},
title: {
fontSize: '3em',
Expand Down

0 comments on commit 87e479f

Please sign in to comment.