From c6853674a7631f6f3da7856e7543368be09fe218 Mon Sep 17 00:00:00 2001 From: ntr Date: Wed, 25 Sep 2019 12:18:19 +1000 Subject: [PATCH] uhhh --- client/assets/styles/game.less | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/client/assets/styles/game.less b/client/assets/styles/game.less index 538dce86..a8765ba5 100644 --- a/client/assets/styles/game.less +++ b/client/assets/styles/game.less @@ -363,26 +363,7 @@ } } - .player { - position: fixed; - bottom: 10%; - width: 100%; - height: 45%; - } - - .targeting { - position: fixed; - top: 45%; - width: 100%; - height: 15%; - } - .opponent { - position: fixed; - top: 0; - width: 100%; - height: 40%; - .game-construct { display: grid; grid-template-columns: 1fr;