Skip to content

Commit

Permalink
Fix sidebar promise card
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdlet committed Mar 24, 2020
1 parent aeabac3 commit 7146b59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Promise/Card.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ const useStyles = makeStyles(theme => ({
'&:hover': {
textDecoration: 'none'
}
},
topicTerm: {
marginTop: '3rem'
}
}));

Expand Down Expand Up @@ -72,7 +75,7 @@ function PromiseCard({
{description || ''}
</Typography>
</Grid>
<Grid item>
<Grid item className={classes.topicTerm}>
<Typography variant="body2" className={classes.content}>
{term} | {topic}
</Typography>
Expand Down

0 comments on commit 7146b59

Please sign in to comment.