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;