task panel: smaller letters to be more consistent
This commit is contained in:
parent
623cb491f0
commit
c57036a149
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ import { taskStatuses } from "./task-status-cache";
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
z-index: 120;
|
z-index: 120;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
font-size: 1.25rem;
|
font-size: 1.1rem;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
@media only screen and (max-width: 600px) {
|
@media only screen and (max-width: 600px) {
|
||||||
|
|
Reference in a new issue