From 48a3f75f0c5b91a15ca2dc92c379817c1f9c075b Mon Sep 17 00:00:00 2001 From: ntr Date: Mon, 16 Sep 2019 19:50:48 +1000 Subject: [PATCH] width --- client/assets/styles/game.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/assets/styles/game.less b/client/assets/styles/game.less index 74f4309f..4e818dc0 100644 --- a/client/assets/styles/game.less +++ b/client/assets/styles/game.less @@ -73,7 +73,8 @@ grid-template-rows: 1fr 1fr; grid-template-areas: "skills " - "effects" + "effects"; + width: 100%; } .right { @@ -83,6 +84,7 @@ "avatar" "name" "stats"; + width: 100%; } transition-property: translate, opacity;