From 822e161e2e6eab20187d9732e19a907c95dcb18d Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 4 Dec 2021 02:11:59 +0900 Subject: [PATCH] =?UTF-8?q?misc:=20500px=20=EB=A0=88=EC=9D=B4=EC=95=84?= =?UTF-8?q?=EC=9B=83=20=EC=88=9C=EC=84=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/index.php | 4 ++-- hwe/scss/main.scss | 16 +++++++++++++++- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/hwe/index.php b/hwe/index.php index d0e99157..6e3ec9a0 100644 --- a/hwe/index.php +++ b/hwe/index.php @@ -355,10 +355,10 @@ if (!$otherTextInfo) {
지도 diff --git a/hwe/scss/main.scss b/hwe/scss/main.scss index 686177f1..0aa6254b 100644 --- a/hwe/scss/main.scss +++ b/hwe/scss/main.scss @@ -218,10 +218,24 @@ body { } #reservedCommandZone { - grid-row: 5 / 6; + grid-row: 1 / 2; } + #generalCommandButton { + grid-row: 2 / 3; + } + + #nation-position{ + grid-row: 3 / 4; + } + + #general-position{ + grid-row: 4 / 5; + } + + + #mapZone { grid-row: 6 / 7;