diff --git a/client/css/main.css b/client/css/main.css index f8309de..26fab00 100644 --- a/client/css/main.css +++ b/client/css/main.css @@ -23,6 +23,11 @@ body { align-items: center; justify-content: center; position: absolute; + flex-direction: column; +} + +#mapeditor { + margin-top: 2rem; } .rotate90 { diff --git a/client/index.html b/client/index.html index 4d19ec0..5e76fbc 100644 --- a/client/index.html +++ b/client/index.html @@ -14,7 +14,8 @@ -
+ + -