UX: Fixing an issue where category names were too large on /categories
This commit is contained in:
parent
47585202cb
commit
e84fb9ba4d
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue