From 11396e06fb2844171183014bd66b7e5ce44e1bb3 Mon Sep 17 00:00:00 2001
From: Maximilian Leo Huber <maximilian.huber@uni-bielefeld.de>
Date: Sun, 8 Sep 2024 14:24:36 +0000
Subject: [PATCH] viewbox width set to 1000

---
 src/components/HomeAnimation.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/HomeAnimation.tsx b/src/components/HomeAnimation.tsx
index 98ed8c16..32bbad73 100644
--- a/src/components/HomeAnimation.tsx
+++ b/src/components/HomeAnimation.tsx
@@ -42,7 +42,7 @@ export function HomeAnim() {
  
   return (
     <div className="row col">
-      <svg id="svg" viewBox="0 0 2160 4000">
+      <svg id="svg" viewBox="0 0 1000 4000">
         <path d="
         M 50 50 
         C 500 -50 1000 100 1870 50 
-- 
GitLab