Update time & padding
All checks were successful
Publish Docker image / Push Docker image to Docker Hub (push) Successful in 1m37s
All checks were successful
Publish Docker image / Push Docker image to Docker Hub (push) Successful in 1m37s
This commit is contained in:
parent
77bc1bfc41
commit
7970fb3aa3
@ -42,8 +42,8 @@
|
|||||||
|
|
||||||
h1
|
h1
|
||||||
font-size: 42pt
|
font-size: 42pt
|
||||||
|
margin: 0
|
||||||
color: $white
|
color: $white
|
||||||
margin-bottom: 15px
|
|
||||||
text-shadow: 0 0 15px rgba(255, 255, 255, 0.7)
|
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: linear-gradient(135deg, $pink, $blue 45%, $mint-green 65%, $yellow 85%, $pink)
|
||||||
background-size: 300% 100%
|
background-size: 300% 100%
|
||||||
|
@ -28,7 +28,7 @@ const initializeGameState = (roomId) => {
|
|||||||
currentComposer: null,
|
currentComposer: null,
|
||||||
roundStartTime: null,
|
roundStartTime: null,
|
||||||
phaseTimeLimit: {
|
phaseTimeLimit: {
|
||||||
composing: 30,
|
composing: 60,
|
||||||
guessing: 10
|
guessing: 10
|
||||||
},
|
},
|
||||||
lastFrequency: 440,
|
lastFrequency: 440,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user