Skip to content

Commit 2ba317b

Browse files
author
Evert Arias
committed
Update profile style
1 parent f523be0 commit 2ba317b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/styles.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ export const ContributorsList = styled.div`
88
margin: 1rem 1rem;
99
`;
1010

11-
export const Profile = styled.div`
11+
export const Profile = styled.a`
1212
display: flex;
1313
min-width: 18.125rem;
1414
width: 20%;
1515
margin: 1rem;
1616
padding: 1rem;
17+
color: inherit;
18+
text-decoration: inherit;
1719
`;
1820

1921
export const Photo = styled.img`

0 commit comments

Comments
 (0)