💄 (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

@@ -19,6 +19,7 @@ button {
color: $color;
cursor: pointer;
transition: background 250ms ease-in-out, transform 150ms ease;
border-radius: 0.5rem;
}
button:hover,
@@ -29,3 +30,7 @@ button:focus {
button:active {
transform: scale(0.99);
}
input {
padding: 0.5rem;
}

View File

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