Fix Grid sizes

This commit is contained in:
2024-10-21 10:06:16 +04:00
parent 6f5e28aea7
commit c2c6919356
9 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ export default function AwtisKat({artiste}) {
const {alias, biographie, paroles, photo, slug} = artiste
return (
<Grid xs={12} sm={6} md={4}>
<Grid size={{xs: 12, sm: 6, md: 4}}>
<Kat>
<Card sx={{maxWidth: 340}}>
<CardActionArea onClick={() => router.push(`${SITE_URL}/awtis/${slug}`)}>