aboutsummaryrefslogtreecommitdiff
path: root/demo/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--demo/src/index.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/demo/src/index.css b/demo/src/index.css
index 6801204..d98a11d 100644
--- a/demo/src/index.css
+++ b/demo/src/index.css
@@ -6,7 +6,7 @@ body {
}
.app-container {
- width: 500px;
+ width: 700px;
max-width: 100%;
}
@@ -35,10 +35,10 @@ body {
}
.compiler-output {
- width: 500px;
+ width: 100%;
box-sizing: border-box;
padding: 8px 12px;
- max-height: 120px;
+ max-height: 160px;
overflow: auto;
}