From f409acddf561c488fda751a8aef08618629b8a0c Mon Sep 17 00:00:00 2001
From: Max Luca Beckmann <mbeckmann@techfak.de>
Date: Sat, 28 Sep 2024 14:47:33 +0200
Subject: [PATCH] Final sizes notebook

---
 src/contents/notebook.tsx | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/contents/notebook.tsx b/src/contents/notebook.tsx
index bd0238ce..90f04621 100644
--- a/src/contents/notebook.tsx
+++ b/src/contents/notebook.tsx
@@ -12,23 +12,23 @@ export function Notebook() {
             <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-1-proof-of-concept-pe.webp" style={{height: "65%", width: "50%"}}/>
         </div>
         <div className="col">
-            <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-2-engineering-pe.webp" style={{height: "75%", width: "75%"}}/>
+            <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-2-engineering-pe.webp" style={{height: "65%", width: "50%"}}/>
         </div>
       </div>
       <div className='row'>
         <div className="col">
-            <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-3-primary-cell-culture.webp" style={{height: "75%", width: "75%"}}/>
+            <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-3-primary-cell-culture.webp" style={{height: "65%", width: "50%"}}/>
         </div>
         <div className="col">
-            <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-4-lnp.webp" style={{height: "75%", width: "75%"}}/>
+            <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-4-lnp.webp" style={{height: "65%", width: "50%"}}/>
         </div>
       </div>
       <div className='row'>
         <div className="col">
-            <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-5-downstream.webp" style={{height: "75%", width: "75%"}}/>
+            <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-5-downstream.webp" style={{height: "65%", width: "50%"}}/>
         </div>
         <div className="col">
-            <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-sop.webp" style={{height: "75%", width: "75%"}}/>
+            <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-sop.webp" style={{height: "65%", width: "50%"}}/>
         </div>
       </div>
     </div>
-- 
GitLab