Skip to content

Commit

Permalink
#165 adjusted grid spacing in the resource levels page
Browse files Browse the repository at this point in the history
  • Loading branch information
jaslatendresse committed Feb 8, 2020
1 parent 45c2757 commit 70b9a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutify/src/components/Resources/ResourceLevels.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class ResourceLevels extends React.Component {
Select your Education Level
</Typography>
<Container className={classes.container}>
<Grid container spacing={4}>
<Grid container spacing={10}>
<Link className={classes.link} to={{ pathname: '/primary', state: { primary: true } }} >
<Card className={classes.ResCard}>
<CardActionArea>
Expand Down

0 comments on commit 70b9a91

Please sign in to comment.