misc: 500px 레이아웃 순서 변경
This commit is contained in:
+15
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user