Tiny style improvement

This commit is contained in:
2017-01-31 17:31:34 +08:00
parent e29ffdc319
commit 035b92985f
+4 -1
View File
@@ -52,13 +52,16 @@ section {
&#contributors { &#contributors {
.content { .content {
p.stats { p.stats {
padding-top: 2rem; padding-top: 3rem;
font-size: 1rem; font-size: 1rem;
color: lightblue; color: lightblue;
text-align: center; text-align: center;
span.number { span.number {
font-weight: 600; font-weight: 600;
} }
@include media($mobile) {
padding-top: 2rem;
}
} }
} }
} }