Fix components position

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-01-21 07:56:15 +04:00
parent 9327345af0
commit 6047b89eed
7 changed files with 10 additions and 8 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ const StyledGrid = styled(Grid)((
) => ({
[`& .${classes.root}`]: {
'& > *': {
marginBottom: theme.spacing(2)
marginBottom: theme.spacing(2),
marginTop: theme.spacing(4)
}
}
}))