misc: 500px 레이아웃 순서 변경

This commit is contained in:
2021-12-04 02:11:59 +09:00
parent dcf65d47a3
commit dfdbeac8e4
2 changed files with 17 additions and 3 deletions
+15 -1
View File
@@ -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;