Skip to content

Commit

Permalink
cleanUp
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolinowski committed Nov 3, 2017
1 parent 9841b8f commit b3c1c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ResultCards.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ const ResultCards = ({image, title, abstract, link}) => (
title={abstract}
/>
<CardContent>
<Typography type="headline" component="h4">
<Typography type="headline" component="h4" style={{ minHeight: 60, marginBottom: "10px" }}>
{title}
</Typography>
<Typography component="p">
<Typography component="p" style={{ minHeight: 50, marginBottom: "10px" }}>
{abstract}
</Typography>
</CardContent>
Expand Down

0 comments on commit b3c1c81

Please sign in to comment.