feat: stacked avatars for contributors

This commit is contained in:
Jean-Philippe Sirois
2019-07-30 13:56:50 -04:00
parent 7e0750c575
commit 49f3cdc43a
4 changed files with 47 additions and 16 deletions
-11
View File
@@ -19,17 +19,6 @@ export const Title = styled.h1`
letter-spacing: -1.75px;
`
export const AuthorAvatars = styled.div`
margin-right: 16px;
`
export const AuthorAvatar = styled.img`
width: 32px;
height: 32px;
border: 2px solid #fff;
border-radius: 50%;
`
export const Meta = styled.div`
& + &::before {
content: "•";