diff --git a/client/src/pages/ProjectPage.tsx b/client/src/pages/ProjectPage.tsx index 91f28a7..93044cb 100644 --- a/client/src/pages/ProjectPage.tsx +++ b/client/src/pages/ProjectPage.tsx @@ -16,7 +16,8 @@ interface IProps { const useStyles = makeStyles((theme: Theme) => ({ root: { - margin: theme.spacing(1), + marginTop: theme.spacing(4), + marginBottom: theme.spacing(4), flexGrow: 1, }, })); @@ -54,10 +55,15 @@ export const ProjectPage: FC = ({ viewModel }) => { /> - + - - + {/* + */}