From 9a046312f23b65ecb60eeb19faa59bf6b7308b89 Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Fri, 19 Apr 2019 23:03:48 -0400 Subject: [PATCH] fix demo repl layout --- site/src/routes/index.svelte | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/site/src/routes/index.svelte b/site/src/routes/index.svelte index 2a3a191136..d3540da9c4 100644 --- a/site/src/routes/index.svelte +++ b/site/src/routes/index.svelte @@ -70,7 +70,6 @@ .example { width: 100%; - height: 420px; } .example > p { @@ -79,7 +78,7 @@ .repl-container { width: 100%; - height: 100%; + height: 420px; border-radius: var(--border-r); overflow: hidden; }