Fixing styling for contributors

This commit is contained in:
Jori Lallo
2017-07-09 10:32:02 -07:00
parent 4d77f14350
commit ed78b85383

View File

@ -22,6 +22,11 @@ const Avatar = styled.img`
flex-shrink: 0;
border-radius: 50%;
border: 2px solid #FFFFFF;
margin-right: -13px;
&:first-child {
margin-right: 0;
}
`;
class PublishingInfo extends Component {