Skip to content

Commit

Permalink
Decrease spacing in level
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipChalupa committed Dec 16, 2024
1 parent decbd56 commit 79ed658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Level.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const InHasLevel: FunctionComponent<{
</Typography>
<div className={styles.images}>
{/* @TODO */}
<Grid container spacing={2}>
<Grid container spacing={1}>
{level.key === '1' && <Grid size={2} />}
<Grid size={2}>
<img src={princess} />
Expand Down

0 comments on commit 79ed658

Please sign in to comment.