keep same margin on between pages
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user