parent
7663aa4bd5
commit
80de7b92d5
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ const useStyles = makeStyles(
|
|||
},
|
||||
root: {
|
||||
display: "grid",
|
||||
gap: `${theme.spacing(3)}px`,
|
||||
gap: theme.spacing(3),
|
||||
gridTemplateColumns: "repeat(3, 1fr)",
|
||||
[theme.breakpoints.down("md")]: {
|
||||
gridTemplateColumns: "repeat(2, 1fr)"
|
||||
|
|
Loading…
Reference in a new issue