From 5e9bd3d66221e38d3ee8c9ed23933e19e85351a8 Mon Sep 17 00:00:00 2001
From: Max Luca Beckmann <mbeckmann@techfak.de>
Date: Sat, 28 Sep 2024 14:20:02 +0200
Subject: [PATCH] smaller Image Notebook

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

diff --git a/src/contents/notebook.tsx b/src/contents/notebook.tsx
index 843a69c5..c57257c9 100644
--- a/src/contents/notebook.tsx
+++ b/src/contents/notebook.tsx
@@ -9,7 +9,7 @@ export function Notebook() {
       <H2 text="Lab journals and Protocol collection"/> 
       <div className='row'>
         <div className="col">
-            <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-1-proof-of-concept-pe.webp"/>
+            <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-1-proof-of-concept-pe.webp" style={{height: "50%", width: "50%"}}/>
         </div>
         <div className="col">
             <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-2-engineering-pe.webp"/>
-- 
GitLab