fix(app): font sizing, better system msgs

This commit is contained in:
trashtemp
2022-01-13 22:31:35 +01:00
parent c32491abf3
commit 1bac372c4c
4 changed files with 16 additions and 6 deletions

View File

@@ -107,7 +107,7 @@
justify-content: center;
opacity: 0.5;
flex-grow: 1;
font-size: 14px;
font-weight: 500;
}
@@ -125,7 +125,7 @@
> div {
> span {
font-size: 15px;
font-size: 14px;
}
}
}