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;