Align icon (#11848)

This commit is contained in:
Victor Malai 2020-12-02 08:44:55 +02:00 committed by GitHub
parent 9514be5daf
commit 618a73d56e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ interface FaveStarProps {
const StyledLink = styled.a`
font-size: ${({ theme }) => theme.typography.sizes.xl}px;
display: flex;
padding: 0 0 0 0.5em;
`;
export default class FaveStar extends React.PureComponent<FaveStarProps> {