Skip to content

Commit

Permalink
fix: reduce x-padding in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Aug 6, 2020
1 parent 3f5f791 commit 9c63f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/src/ThemeContext/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ export const theme: ControlsTheme = {
fontFamily: 'body',
flex: '1 0 auto',
py: 4,
px: 5,
px: [1, 5],
margin: 'auto',
width: '100%',
position: 'relative',
Expand Down

0 comments on commit 9c63f98

Please sign in to comment.