diff --git a/client/src/pages/WaitingRoom/styles.sass b/client/src/pages/WaitingRoom/styles.sass index 10899d4..4fbe11c 100644 --- a/client/src/pages/WaitingRoom/styles.sass +++ b/client/src/pages/WaitingRoom/styles.sass @@ -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% diff --git a/server/controller/game.js b/server/controller/game.js index 7e908db..fc64e8f 100644 --- a/server/controller/game.js +++ b/server/controller/game.js @@ -28,7 +28,7 @@ const initializeGameState = (roomId) => { currentComposer: null, roundStartTime: null, phaseTimeLimit: { - composing: 30, + composing: 60, guessing: 10 }, lastFrequency: 440,