Add contributor and kredits count to page

This commit is contained in:
2017-01-31 17:28:33 +08:00
parent 4dbeded613
commit e29ffdc319
4 changed files with 65 additions and 0 deletions
+15
View File
@@ -21,6 +21,7 @@ $font-family-sans: 'Open Sans', sans-serif;
body {
background-image: url('/img/bg.jpg');
background-repeat: none;
background-attachment: fixed;
font-family: $font-family-sans;
font-size: 16px;
font-weight: 300;
@@ -47,6 +48,20 @@ section {
font-size: 2rem;
}
}
&#contributors {
.content {
p.stats {
padding-top: 2rem;
font-size: 1rem;
color: lightblue;
text-align: center;
span.number {
font-weight: 600;
}
}
}
}
}
@import "components/contributor-list";