Skip to content

Commit

Permalink
fix: horizontal scrollbar in landing page (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
brrkrmn authored Oct 20, 2023
1 parent dc1b5fa commit ba48a54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const styles = theme => ({
paddingTop: '2.3em',
paddingBottom: '2.8em',
justifyContent: 'center',
width: '100vw',
width: '100%',
marginBottom: '2em',
height:'100vh',
[theme.breakpoints.down('sm')]: {
Expand Down

0 comments on commit ba48a54

Please sign in to comment.