UX: Fixing an issue where category names were too large on /categories

This commit is contained in:
Kris 2017-12-22 21:22:12 -05:00
parent 47585202cb
commit e84fb9ba4d
1 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,12 @@
.top-row { .top-row {
margin-bottom: 0.1em; margin-bottom: 0.1em;
} }
.bottom-row {
font-size: .75em;
.bage-category {
font-size: 1.167em;
}
}
} }
.topic-stats { .topic-stats {
flex: 1; flex: 1;