Browse Source

feat: add margin top to every page

master
kdxcxs 4 years ago
parent
commit
a3f3b93504
  1. 1
      src/Female.js
  2. 1
      src/Male.js
  3. 1
      src/ProgramType.js
  4. 1
      src/Team.js

1
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',

1
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',

1
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',

1
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',

Loading…
Cancel
Save