diff --git a/client/public/scrabble/game.css b/client/public/scrabble/game.css index a033531..b2a5fea 100644 --- a/client/public/scrabble/game.css +++ b/client/public/scrabble/game.css @@ -69,10 +69,27 @@ score { flex-basis: 25%; flex-grow: 1; order: -1; + + /*children*/ + flex-direction: column; height: 600px; } +#logo { + border: 1px dotted black; + + width: 100%; +} + +#game-chat { + border: 1px dotted black; + box-sizing: border-box; + resize: none; + width: 100%; + flex-grow: 5; +} + #game-info-right { position: relative; border: 1px dotted black; diff --git a/client/public/scrabble/index.html b/client/public/scrabble/index.html index 132e58e..8fb5e0e 100644 --- a/client/public/scrabble/index.html +++ b/client/public/scrabble/index.html @@ -11,443 +11,349 @@
-
-