From 7d4eac2078241fdeb83be543fc350b67632b72be Mon Sep 17 00:00:00 2001 From: Max Luca Beckmann <mbeckmann@techfak.de> Date: Sat, 28 Sep 2024 14:43:33 +0200 Subject: [PATCH] new size --- 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 9e65be50..ae266fa2 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" style={{height: "75%", width: "75%"}}/> + <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-1-proof-of-concept-pe.webp" style={{height: "75%", 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%"}}/> -- GitLab