fixed alignment of author avatar

This commit is contained in:
Sebastian Sdorra
2020-06-16 11:46:30 +02:00
parent 20697976ce
commit ba4cf8a797

View File

@@ -29,6 +29,8 @@ const AuthorImage = styled(AvatarImage)`
width: 1em;
height: 1em;
margin-right: 0.2em;
margin-bottom: 0.2em;
vertical-align: middle;
`;
export default AuthorImage;