fix: end message scaling

This commit is contained in:
Carlos Valente
2025-10-12 20:42:50 +02:00
committed by Carlos Valente
parent 6a8f98c469
commit a87b15825a
+1 -1
View File
@@ -92,10 +92,10 @@
.end-message {
text-align: center;
font-size: 11.5vw;
line-height: 0.9em;
font-weight: 600;
color: var(--timer-overtime-color-override, $timer-finished-color);
padding: 0;
height: 100%;
}
.timer {