Improve KatRezoNou display

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-02-09 07:18:48 +04:00
parent 76aae59759
commit f06dc2e3e2
+5 -5
View File
@@ -23,15 +23,15 @@ export default function KatRezoNou({tit, img, soutit, ko, lyen}) {
<Grid item xs={12} md={6} sx={{marginBottom: 3}}>
<Card raised>
<CardActionArea onClick={handleClickOpen}>
<Typography sx={{margin: 1}} variant='button' component='div'>
<strong>Voir un aperçu</strong>
<Typography color='primary' sx={{margin: 1, fontSize: 16}} variant='button' component='div'>
<strong>Aperçu</strong>
</Typography>
</CardActionArea>
<Divider />
<Divider sx={{borderWidth: 1}} />
<CardContent>
<Typography color='primary' variant='button' sx={{fontSize: 25}}>
<Button sx={{fontSize: 25}} onClick={() => window.open(lyen, '_blank')}>
{tit}
</Typography>
</Button>
<Typography variant='h6' component='div'>
{soutit}
</Typography>