diff --git a/css/main.css b/css/main.css index 1109507..132a9d1 100644 --- a/css/main.css +++ b/css/main.css @@ -1,4 +1,9 @@ #config-editor { width: 100%; height: 75vh; +} + +#deparse-editor { + width: 100%; + height: 50vh; } \ No newline at end of file diff --git a/index.html b/index.html index cee235b..7a6576f 100644 --- a/index.html +++ b/index.html @@ -31,9 +31,11 @@