Skip to content

Commit

Permalink
Ensure all cards have the same height and adjust footer margins
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmro committed Jan 28, 2021
1 parent 49c2a93 commit 918547b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion phs-gdc-dashboard/src/components/AppContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const useStyles = makeStyles((theme) => ({
padding: "4vh",
},
card: {
minHeight: "75vh",
height: "100%",
padding: theme.spacing(2),
textAlign: 'center',
color: theme.palette.text.secondary,
Expand Down
1 change: 1 addition & 0 deletions phs-gdc-dashboard/src/components/AppFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const useStyles = makeStyles((theme) => ({
textAlign: "center",
fontSize: "0.8em",
lineHeight: "1.5em",
margin: theme.spacing(3),
},
}));

Expand Down

0 comments on commit 918547b

Please sign in to comment.