From 3682f494106698ae65132be6c00ff150e0834011 Mon Sep 17 00:00:00 2001 From: Kang Wang <888666wang4286@gmail.com> Date: Tue, 1 Oct 2024 02:01:16 +0000 Subject: [PATCH] Update file model.tsx --- src/contents/model.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contents/model.tsx b/src/contents/model.tsx index d4bc52b..5b9a6f4 100644 --- a/src/contents/model.tsx +++ b/src/contents/model.tsx @@ -131,7 +131,7 @@ export function Model() { <div className="col-10 model-font"> <Element name="section1" className="element" id='section1'> <h2 className="center-text mt-5">1. ODE Model of Biochemical Reactions</h2> - <img src='https://static.igem.wiki/teams/5378/model/model-page.webp' className='responsive-img' style={{ maxWidth: '60%', margin: '0 auto', paddingRight: '15%' }} /> + <img src='https://static.igem.wiki/teams/5378/model/model-page.webp' className='responsive-img' style={{ maxWidth: '60%', margin: '0 auto', paddingRight: '20%' }} /> <figcaption className='caption' style={{ paddingRight: '15%' }} >Placeholders</figcaption> <h3>1.1 Oxidation of Phenylethylamine</h3> -- GitLab