Improve KatRezoNou display
This commit is contained in:
@@ -23,15 +23,15 @@ export default function KatRezoNou({tit, img, soutit, ko, lyen}) {
|
|||||||
<Grid item xs={12} md={6} sx={{marginBottom: 3}}>
|
<Grid item xs={12} md={6} sx={{marginBottom: 3}}>
|
||||||
<Card raised>
|
<Card raised>
|
||||||
<CardActionArea onClick={handleClickOpen}>
|
<CardActionArea onClick={handleClickOpen}>
|
||||||
<Typography sx={{margin: 1}} variant='button' component='div'>
|
<Typography color='primary' sx={{margin: 1, fontSize: 16}} variant='button' component='div'>
|
||||||
<strong>Voir un aperçu</strong>
|
<strong>Aperçu</strong>
|
||||||
</Typography>
|
</Typography>
|
||||||
</CardActionArea>
|
</CardActionArea>
|
||||||
<Divider />
|
<Divider sx={{borderWidth: 1}} />
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<Typography color='primary' variant='button' sx={{fontSize: 25}}>
|
<Button sx={{fontSize: 25}} onClick={() => window.open(lyen, '_blank')}>
|
||||||
{tit}
|
{tit}
|
||||||
</Typography>
|
</Button>
|
||||||
<Typography variant='h6' component='div'>
|
<Typography variant='h6' component='div'>
|
||||||
{soutit}
|
{soutit}
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|||||||
Reference in New Issue
Block a user