diff --git a/client/assets/styles/game.less b/client/assets/styles/game.less index 17206e37..e5a8007b 100644 --- a/client/assets/styles/game.less +++ b/client/assets/styles/game.less @@ -400,8 +400,8 @@ } .player { - bottom: 9%; - height: 40%; + bottom: 3em; + height: calc(50% - 3em); } .opponent {