style: spacing

This commit is contained in:
iCrawl
2022-08-23 04:11:12 +02:00
parent af295acedc
commit ac3bc6a2db
3 changed files with 4 additions and 4 deletions

View File

@@ -8,8 +8,8 @@ const useStyles = createStyles((theme) => ({
display: 'flex',
justifyContent: 'space-between',
alignItems: 'center',
paddingTop: theme.spacing.xl * 4,
paddingBottom: theme.spacing.xl * 4,
paddingTop: theme.spacing.xl * 6,
paddingBottom: theme.spacing.xl * 2,
[theme.fn.smallerThan('md')]: {
flexDirection: 'column',