Updated css and html for github contributors, and updated list of contributors

This commit is contained in:
Emma Garland
2017-06-05 12:46:06 +01:00
parent 7abe6161d6
commit 06d31b36a6
4 changed files with 31 additions and 13 deletions
@@ -1,17 +1,25 @@
#github-contributors {
&:not(.all) {
.contributor:nth-child(n+17) {
.contributor {
@media (min-width: $md) {
&:nth-child(n+17) {
display: none;
}
}
}
}
&.all {
.button {
display: none;
}
}
&.all {
.button { display: none; }
}
.button {
.loadmore {
margin: 20px auto;
}
}
}
.contributor {
margin-bottom: 15px;