diff options
-rw-r--r-- | src/css/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/css/index.css b/src/css/index.css index 55e3668..93a4918 100644 --- a/src/css/index.css +++ b/src/css/index.css | |||
@@ -22,6 +22,7 @@ body { | |||
22 | .editor { | 22 | .editor { |
23 | order: 1; | 23 | order: 1; |
24 | flex: 0 0 48%; | 24 | flex: 0 0 48%; |
25 | max-width: 50vw; | ||
25 | height: calc(100vh - 15px); | 26 | height: calc(100vh - 15px); |
26 | margin: 10px; | 27 | margin: 10px; |
27 | } | 28 | } |