Add account links to contributor profiles

This commit is contained in:
2019-07-11 15:33:17 +02:00
parent 0bbca079c5
commit d83d671580
14 changed files with 131 additions and 3 deletions
@@ -26,6 +26,22 @@ section#contributor-profile {
text-align: center;
margin-bottom: 0.6rem;
}
p.role {
margin-bottom: 2rem;
}
ul.external-accounts {
list-style: none;
li {
display: inline-block;
&+li {
margin-left: 0.6rem;
}
}
}
}
.actions {