From e63e2e6852ad05c0502a79d9fac9911089f83a1a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vera=20K=C3=B6hler?= <vera.koehler@uni-bielefeld.de>
Date: Wed, 25 Sep 2024 19:16:05 +0000
Subject: [PATCH] cebitec logo

---
 src/contents/igem-bielefeld.tsx | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/contents/igem-bielefeld.tsx b/src/contents/igem-bielefeld.tsx
index c1384744..298b2e12 100644
--- a/src/contents/igem-bielefeld.tsx
+++ b/src/contents/igem-bielefeld.tsx
@@ -9,9 +9,13 @@ export function igemBielefeld() {
     return (
       <>
         <Section title="History" id="History">
-        <div className="col"> 
-          <img src="https://static.igem.wiki/teams/5247/sponsors/uni-bielefeld-dunkel.png" style={{width:"30%", height:"20%"}}/> 
+        <div className="row">
+          <div className="col"> 
+           <img src="https://static.igem.wiki/teams/5247/sponsors/uni-bielefeld-dunkel.png" style={{width:"30%", height:"20%"}}/> 
+           <img src="https://static.igem.wiki/teams/5247/sponsors/cebitec-logo-hinterlegt.png" style={{width:"30%", height:"20%"}}/>
           <p></p>
+          <p></p>
+        </div>
         </div>
         <p>The glorious history of the iGEM team Bielefeld began in 2010 and marked its debut on the global stage 
           of synthetic biology. Since then, the teams were composed of over 160 enthusiastic students from various disciplines, including biology, chemistry, and engineering.</p>
-- 
GitLab