Update time & padding
All checks were successful
Publish Docker image / Push Docker image to Docker Hub (push) Successful in 1m37s

This commit is contained in:
Mathias Wagner 2025-03-01 20:55:52 +01:00
parent 77bc1bfc41
commit 7970fb3aa3
2 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@
h1
font-size: 42pt
margin: 0
color: $white
margin-bottom: 15px
text-shadow: 0 0 15px rgba(255, 255, 255, 0.7)
background: linear-gradient(135deg, $pink, $blue 45%, $mint-green 65%, $yellow 85%, $pink)
background-size: 300% 100%

View File

@ -28,7 +28,7 @@ const initializeGameState = (roomId) => {
currentComposer: null,
roundStartTime: null,
phaseTimeLimit: {
composing: 30,
composing: 60,
guessing: 10
},
lastFrequency: 440,