From 38bd94875dd320a0c1880fd358ae17808c300c11 Mon Sep 17 00:00:00 2001 From: ntr Date: Tue, 8 Oct 2019 12:59:08 +1100 Subject: [PATCH] absolutely position the game yolo --- client/assets/styles/game.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/assets/styles/game.less b/client/assets/styles/game.less index 0e2c87e2..17206e37 100644 --- a/client/assets/styles/game.less +++ b/client/assets/styles/game.less @@ -400,7 +400,7 @@ } .player { - bottom: 10%; + bottom: 9%; height: 40%; }