WIP on Mantine v6

This commit is contained in:
ajnart
2023-03-03 01:13:23 +09:00
parent 5dae500ac3
commit 387f155b29
4 changed files with 17 additions and 27 deletions

View File

@@ -55,7 +55,7 @@ const useStyles = createStyles((theme) => ({
description: {
maxWidth: 540,
margin: 'auto',
marginTop: parseInt(theme.spacing.xl, 10),
marginTop: theme.spacing.xl,
marginBottom: `calc(${theme.spacing.xl} * 1.5)`,
},
}));