💄 (timer) bigger timer font size

This commit is contained in:
2020-07-04 00:50:09 +02:00
parent 264c80f011
commit 7733b1636d
2 changed files with 6 additions and 1 deletions

View File

@@ -162,7 +162,7 @@ export default defineComponent({
}
.global-time {
font-size: 80pt;
font-size: calc(3em + 10vw);
padding: 1rem;
}
</style>