From bc3e628907024f816a34b93c9b530d40ab9b9df7 Mon Sep 17 00:00:00 2001
From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de>
Date: Fri, 27 Sep 2024 00:41:03 +0200
Subject: [PATCH] css

---
 src/App/App.css              | 3 +++
 src/contents/description.tsx | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/App/App.css b/src/App/App.css
index 4c283a62..d69a5ecd 100644
--- a/src/App/App.css
+++ b/src/App/App.css
@@ -150,6 +150,7 @@ body {
   background-color: var(--ourbeige);
   color: var(--offblack); 
   font-family: AcuminPro !important;
+  max-width: 100% !important;
 }
 body.dark-mode {
   background-color: var(--offblack);
@@ -464,6 +465,7 @@ margin-bottom: 10vw !important;
   height: auto;
 }
 .h2-box{
+  max-width: 100%;
   margin-top: 8vh !important;
   margin-bottom: 8vh !important;
   height: auto;
@@ -512,6 +514,7 @@ margin-bottom: 10vw !important;
 }
 
 h2{
+  max-width: 100% !important;
   color: var(--text-primary) !important
 }
 
diff --git a/src/contents/description.tsx b/src/contents/description.tsx
index 71f65bb1..8b29f740 100644
--- a/src/contents/description.tsx
+++ b/src/contents/description.tsx
@@ -73,7 +73,7 @@ export function Description() {
 
                 </Subesction>
                 <Subesction title="The CFTR Protein" id="Cystic Fibrosis2">
-                    <div className="rowalign-items-center">
+                    <div className="row align-items-center">
                         <div className="full-small col-2"> 
                             <img src="https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg"/> 
                             <img src="https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg"/>
-- 
GitLab