diff options
| author | Uri Shaked | 2020-04-02 13:33:53 +0300 |
|---|---|---|
| committer | Uri Shaked | 2020-04-02 13:33:53 +0300 |
| commit | 48b40797fe0158baa4f129f5f61d115f1f785237 (patch) | |
| tree | 708e0ecf48191271f390d32209b4ee970c37b1cf /demo/src | |
| parent | chore: release 0.6.2 (diff) | |
| download | avr8js-48b40797fe0158baa4f129f5f61d115f1f785237.tar.gz avr8js-48b40797fe0158baa4f129f5f61d115f1f785237.tar.bz2 avr8js-48b40797fe0158baa4f129f5f61d115f1f785237.zip | |
feat(demo): make editor wider
Diffstat (limited to '')
| -rw-r--r-- | demo/src/index.css | 6 |
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; } |
