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}}>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user