Skip to content

Commit 7146b59

Browse files
committed
Fix sidebar promise card
1 parent aeabac3 commit 7146b59

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/Promise/Card.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ const useStyles = makeStyles(theme => ({
4343
'&:hover': {
4444
textDecoration: 'none'
4545
}
46+
},
47+
topicTerm: {
48+
marginTop: '3rem'
4649
}
4750
}));
4851

@@ -72,7 +75,7 @@ function PromiseCard({
7275
{description || ''}
7376
</Typography>
7477
</Grid>
75-
<Grid item>
78+
<Grid item className={classes.topicTerm}>
7679
<Typography variant="body2" className={classes.content}>
7780
{term} | {topic}
7881
</Typography>

0 commit comments

Comments
 (0)