From 75eca0905a4731ff6e6feae5cf65f2f47bb423ee Mon Sep 17 00:00:00 2001
From: Jonas Zohren <jonas.zohren@adesso.de>
Date: Fri, 26 Feb 2021 10:44:59 +0100
Subject: [PATCH] Increase SVG height

---
 src/App.svelte | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/App.svelte b/src/App.svelte
index cbda938..b10b3b1 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -45,7 +45,7 @@
 <style>
   svg {
     padding: 0.5%;
-    min-height: 40rem;
+    min-height: 50rem;
     min-width: 99%;
     border: 2px solid;
   }
-- 
GitLab