Skip to content

Commit

Permalink
Littel change to height of project card
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Jun 6, 2018
1 parent 7d030e4 commit dd31f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProjectCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Wrapper = styled.a`
const Image = styled.div`
${tw('overflow-hidden')};
@media (max-width: 1200px) {
height: 30vw;
height: 32vw;
}
`;

Expand Down

0 comments on commit dd31f91

Please sign in to comment.