diff options
| author | Tyler Murphy <tylerm@tylerm.dev> | 2023-06-17 01:34:20 -0400 |
|---|---|---|
| committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-06-17 01:34:20 -0400 |
| commit | fa2d9b6f912b48f4968f012bce5f14d225395a77 (patch) | |
| tree | 4f5e5935dcbcb3a6179f38d4c2e2592d28939cf0 /client/css | |
| parent | delete compiled js (diff) | |
| download | tuxman-fa2d9b6f912b48f4968f012bce5f14d225395a77.tar.gz tuxman-fa2d9b6f912b48f4968f012bce5f14d225395a77.tar.bz2 tuxman-fa2d9b6f912b48f4968f012bce5f14d225395a77.zip | |
layout changed
Diffstat (limited to 'client/css')
| -rw-r--r-- | client/css/main.css | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |