diff --git a/src/static/main.css b/src/static/main.css index 040c811..a5dee28 100644 --- a/src/static/main.css +++ b/src/static/main.css @@ -32,7 +32,7 @@ body { padding: 1rem; } -.footer { +.logs { height: calc(30vh - 2rem); background: #000; padding: 1rem; @@ -42,7 +42,7 @@ body { background: #111; display: flex; flex-direction: column; - width: 30vh; + width: 25vw; overflow: scroll; } @@ -104,7 +104,7 @@ body { } .show { - width: 30vw; + width: 25vw; transition: width 0.5s; } @@ -122,4 +122,4 @@ body { .editor:focus { outline: none; -} \ No newline at end of file +}