Skip to content

Commit

Permalink
feat #373 - fix text-alignment in MadeWithLove
Browse files Browse the repository at this point in the history
  • Loading branch information
mishevong committed Jul 12, 2021
1 parent 1266ad9 commit 0c42fda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Pages/MadeWithLove.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ const useStyles = createUseStyles({
padding: '56px 0px'
},
loveContent: {
paddingBottom: spacing['l+']
paddingBottom: spacing['l+'],
textAlign: 'center'
},
loveIcon: {
width: 80
Expand Down

0 comments on commit 0c42fda

Please sign in to comment.