diff --git a/index.html b/index.html index 1f865ac703..eec91d1f98 100644 --- a/index.html +++ b/index.html @@ -19,18 +19,33 @@ height: 400px; border: 1px solid #8db5e4; margin-bottom: 16px; + flex: 2; + margin-right: 16px; } .container { margin: 0 auto; } + + .demo__repl { + display: flex; + } + + .output { + flex: 1; + border: 1px solid black; + padding: 8px; + font-size: 2rem; + }
Test