fix: card/stats alignment on category/categories

main
psychobunny 4 years ago
parent c1faedfb64
commit ec669f010f

@ -63,7 +63,7 @@
.card { .card {
border-left: 4px solid #ccc; border-left: 4px solid #ccc;
text-align: left; text-align: left;
margin-top: 2px; margin-top: 10px;
overflow: hidden; overflow: hidden;
height: 53px; height: 53px;
font-size: 12px; font-size: 12px;
@ -217,7 +217,7 @@
.stats { .stats {
font-size: 20px; font-size: 20px;
text-align: center; text-align: center;
margin-top: 7px; margin-top: 10px;
line-height: 22px; line-height: 22px;
small { small {

Loading…
Cancel
Save