Load more button now functional

This commit is contained in:
Emma Garland
2017-06-05 10:48:52 +01:00
parent 593d0c31fa
commit 576b1bcf2e
3 changed files with 27 additions and 8 deletions
@@ -1,4 +1,18 @@
.contributor {
#github-contributors {
&:not(.all) {
.contributor:nth-child(n+17) {
display: none;
}
}
&.all {
.button { display: none; }
}
.button {
margin: 20px auto;
}
}
.contributor {
margin-bottom: 15px;
.avatar {