Fix styling for topic count in category chooser

This commit is contained in:
Kris 2020-02-12 22:19:00 -05:00
parent b2ac80593e
commit e7c4ebc6d5
1 changed files with 3 additions and 1 deletions

View File

@ -22,9 +22,11 @@
}
.topic-count {
font-size: $font-down-2;
font-size: $font-down-1;
color: $primary;
white-space: nowrap;
margin-left: 1em;
font-weight: normal;
}
.category-status {