From a259016a0da2e073c41441bb3bb6c5e95d0468b4 Mon Sep 17 00:00:00 2001 From: ntr Date: Tue, 8 Oct 2019 13:20:44 +1100 Subject: [PATCH] calc bottom --- client/assets/styles/game.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {