From 9b6cb311ac996e6782bd8286f974f41ddfaf895d Mon Sep 17 00:00:00 2001
From: liliana <liliana.sanfilippo@uni-bielefeld.de>
Date: Fri, 19 Jul 2024 15:11:45 +0200
Subject: [PATCH] sponsor

---
 src/App/App.css           | 8 ++------
 src/contents/partners.tsx | 5 +++--
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/src/App/App.css b/src/App/App.css
index 43b69220..ae6ec638 100644
--- a/src/App/App.css
+++ b/src/App/App.css
@@ -495,14 +495,10 @@ img .middle{
   padding-top: 10px;
   height: 90px;
 }
-#zeiss-text{
-  height: 350px;
-  text-align: center;
-  align-items: center;
-  vertical-align: middle;
-}
+
 .sponsor-text-left p, .sponsor-text-right p{
   display: flex;
+  vertical-align: middle;
 }
 #idt-portrait{
   height: 350px !important; 
diff --git a/src/contents/partners.tsx b/src/contents/partners.tsx
index 45a738fe..adebf210 100644
--- a/src/contents/partners.tsx
+++ b/src/contents/partners.tsx
@@ -20,7 +20,7 @@ export function Partners() {
         </div>
         <br/> <br/> 
         <div className="row align-items-center">
-          <div id="zeiss-text" className="col sponsor-text-left">
+          <div id="idt-text" className="col sponsor-text-left">
               <h4>Accelerate the pace of genomics. We'll help.</h4>
               <br/>
               <p> For more than 35 years, Integrated DNA Technologies (IDT)  has empowered genomics laboratories with an oligonucleotide manufacturing process unlike anyone else in the industry, featuring the most advanced synthesis, modification, purification, and quality control capabilities available. IDT has supported iGEM team for over a decade with 20kb of free DNA to help accelerate their inspiring projects for the Grand Jamboree. Since its founding in 1987, IDT has progressed from a leading oligo manufacturer to a genomics solutions provider supporting key application areas such as next generation sequencing, CRISPR genome editing, synthetic biology, digital PCR, and RNA interference. IDT manufactures products used by scientists researching the toughest challenges facing our planet today as well as many forms of cancer and most inherited and infectious diseases. </p>
@@ -56,7 +56,8 @@ export function Partners() {
             </p>
           </div>
         </div>
-        
+        <br/> <br/> 
+
         <H2 text="MeetUp"></H2>
 
       </>
-- 
GitLab