show total comments and rejected %

This commit is contained in:
Riley Davis
2017-05-17 10:54:14 -06:00
parent fde4dee52f
commit a0f41bb19d
6 changed files with 48 additions and 5 deletions
@@ -10,3 +10,23 @@
.small {
color: #aaa;
}
.stats {
display: flex;
.stat {
margin: 0 4px 12px;
}
.stat:last-child {
margin-right: 0;
}
p {
margin: 0;
}
.stat p:first-child {
font-weight: bold;
}
}