keep same margin on between pages

This commit is contained in:
Gala
2022-08-30 17:00:48 +02:00
parent 66b5eb13b0
commit 6de7d060e3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export const PageLayout: React.FC<{ position?: 'flex-start' | 'flex-end' }> = ({
justifyContent: 'start',
alignItems: position || 'center',
overflow: 'auto',
mt: 2,
mt: 4,
}}
>
<Box width="100%" margin="auto">
+1 -1
View File
@@ -286,7 +286,7 @@ export const Delegation: FC<{ isStorybook?: boolean }> = ({ isStorybook }) => {
return (
<>
<Paper elevation={0} sx={{ p: 3, mt: 2 }}>
<Paper elevation={0} sx={{ p: 3, mt: 4 }}>
<Stack spacing={5}>
<Box display="flex" justifyContent="space-between" alignItems="center">
<Typography variant="h6" lineHeight={1.334} fontWeight={600}>