Skip to content

Commit

Permalink
minor aesthetic improvement to the layout (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
gschwend authored May 5, 2023
1 parent 45fe17c commit 018115c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/styles/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ const useStyles = makeStyles(theme => ({

gridApplicationLg: {
[theme.breakpoints.up('lg')]: {
width: '20%',
maxWidth: '20%'
width: '80%',
maxWidth: '80%'
}
}
}))
Expand Down

0 comments on commit 018115c

Please sign in to comment.