From a3f3b93504435d14ac0dfe4b5c7e5dce0caacfea Mon Sep 17 00:00:00 2001 From: kdxcxs Date: Wed, 4 Nov 2020 14:01:56 +0800 Subject: [PATCH] feat: add margin top to every page --- src/Female.js | 1 + src/Male.js | 1 + src/ProgramType.js | 1 + src/Team.js | 1 + 4 files changed, 4 insertions(+) diff --git a/src/Female.js b/src/Female.js index a53cc5b..4131f45 100644 --- a/src/Female.js +++ b/src/Female.js @@ -11,6 +11,7 @@ import {Link} from "react-router-dom"; const useStyles = theme => ({ buttonPaper: { + marginTop: theme.spacing(8), display: 'flex', flexDirection: 'column', textAlign: 'center', diff --git a/src/Male.js b/src/Male.js index 3aa1b2e..d4a168b 100644 --- a/src/Male.js +++ b/src/Male.js @@ -11,6 +11,7 @@ import {Link} from "react-router-dom"; const useStyles = theme => ({ buttonPaper: { + marginTop: theme.spacing(8), display: 'flex', flexDirection: 'column', textAlign: 'center', diff --git a/src/ProgramType.js b/src/ProgramType.js index 481d31f..8146461 100644 --- a/src/ProgramType.js +++ b/src/ProgramType.js @@ -8,6 +8,7 @@ import Container from "@material-ui/core/Container"; const useStyles = theme => ({ buttonPaper: { + marginTop: theme.spacing(8), display: 'flex', flexDirection: 'column', textAlign: 'center', diff --git a/src/Team.js b/src/Team.js index 9b54f46..8198390 100644 --- a/src/Team.js +++ b/src/Team.js @@ -11,6 +11,7 @@ import {Link} from "react-router-dom"; const useStyles = theme => ({ buttonPaper: { + marginTop: theme.spacing(8), display: 'flex', flexDirection: 'column', textAlign: 'center',