Change VersionComparison spaces
This commit is contained in:
@@ -11,14 +11,14 @@ export default function VersionComparison({versionData}) {
|
||||
<Box sx={{padding: 3}}>
|
||||
<Grid container spacing={2}>
|
||||
<Grid item xs={6}>
|
||||
<Paper sx={{padding: 2, backgroundColor: '#388E3C'}}>
|
||||
<Paper sx={{padding: 1, backgroundColor: '#388E3C'}}>
|
||||
<Typography variant='body1' sx={{color: '#fff'}}>
|
||||
{main.contenu}
|
||||
</Typography>
|
||||
</Paper>
|
||||
</Grid>
|
||||
<Grid item xs={6}>
|
||||
<Paper sx={{padding: 2, backgroundColor: outdated ? '#D32F2F' : '#1976D2'}}>
|
||||
<Paper sx={{padding: 1, backgroundColor: outdated ? '#D32F2F' : '#1976D2'}}>
|
||||
<Typography variant='body1' sx={{color: '#fff'}}>
|
||||
{current.contenu}
|
||||
</Typography>
|
||||
@@ -30,7 +30,7 @@ export default function VersionComparison({versionData}) {
|
||||
<Typography textAlign='center' variant='subtitle1' sx={{fontWeight: 'bold', marginBottom: 1}}>
|
||||
LÉGENDE
|
||||
</Typography>
|
||||
<Grid container spacing={2}>
|
||||
<Grid container spacing={1}>
|
||||
<Grid item container xs={12} alignItems='center' spacing={2}>
|
||||
<Grid item>
|
||||
<Paper
|
||||
|
||||
Reference in New Issue
Block a user