{time.finished ? (
-
TIME UP
+
{endMessage}
) : (
diff --git a/client/src/features/viewers/presenter/PresenterView.module.css b/client/src/features/viewers/presenter/PresenterView.module.css
index 2c282002d..304eea8e6 100644
--- a/client/src/features/viewers/presenter/PresenterView.module.css
+++ b/client/src/features/viewers/presenter/PresenterView.module.css
@@ -66,7 +66,8 @@
}
.finished {
- font-size: 18vw;
+ text-align: center;
+ font-size: 12vw;
line-height: 18vw;
font-weight: 600;
color: #ff6969;