Fix display

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-01-22 13:42:09 +04:00
parent 09932ac27b
commit 0097ac8254
5 changed files with 14 additions and 16 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ const StyledGrid = styled(Grid)((
[`& .${classes.root}`]: {
'& > *': {
marginBottom: theme.spacing(2),
marginTop: theme.spacing(4)
marginTop: theme.spacing(2)
}
}
}))