diff --git a/pages/tournament-fullscreen.js b/pages/tournament-fullscreen.js
index 939a9d6..97ab0e0 100644
--- a/pages/tournament-fullscreen.js
+++ b/pages/tournament-fullscreen.js
@@ -62,7 +62,7 @@ function FullscreenPageHeader(props) {
{props.title}
{props.timerEnd &&
-
Spielzeit:
+ Spielzeit:
}
);
diff --git a/public/static/css/tournament.css b/public/static/css/tournament.css
index 5855f3f..bfe7847 100644
--- a/public/static/css/tournament.css
+++ b/public/static/css/tournament.css
@@ -26,3 +26,8 @@
.scoreInput {
width: 11rem;
}
+
+.timer-container {
+ min-width: 20%; /* Adjust the percentage as needed */
+ text-align: right; /* Optional: Align text to the right */
+}