Skip to content

Commit 98b20a3

Browse files
author
Ives van Hoorne
committed
Fix margin images on homepage
1 parent 70d1e7b commit 98b20a3

File tree

1 file changed

+1
-1
lines changed
  • packages/homepage/src/screens/home/RecentPublications

1 file changed

+1
-1
lines changed

packages/homepage/src/screens/home/RecentPublications/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const Item = styled.a`
5656
const PublicationTitle = styled.h4`
5757
font-weight: 400;
5858
font-size: 1.25rem;
59-
margin-bottom: 0.5rem;
59+
margin: 0.5rem 0;
6060
`;
6161

6262
const PublicationDescription = styled.p`

0 commit comments

Comments
 (0)