From 51f8476b4db2b810decc3810d613ab281d077313 Mon Sep 17 00:00:00 2001 From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn> Date: Tue, 1 Oct 2024 18:44:21 +0000 Subject: [PATCH] Update file home.html --- wiki/pages/home.html | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/wiki/pages/home.html b/wiki/pages/home.html index 2fd057f2..27980b45 100644 --- a/wiki/pages/home.html +++ b/wiki/pages/home.html @@ -141,7 +141,7 @@ display: block; } - .additional-content { + .additional-content { display: flex; align-items: center; margin-top: 50px; @@ -152,7 +152,7 @@ padding: 30px; } - .additional-content-text h3, .additional-content-text h5 { + .additional-content-text h3 { font-family: 'Merriweather', serif; font-size: 2rem; color: #333; @@ -170,10 +170,6 @@ object-fit: contain; margin: 40px; } - - .content-left-image { - flex-direction: row-reverse; - } </style> </head> <body> @@ -250,16 +246,6 @@ </div> </div> - <div class="additional-content content-left-image"> - <img src="https://static.igem.wiki/teams/5187/art/logo.png" alt="Muscure Logo" class="additional-content-image"> - <div class="additional-content-text"> - <h3>What is Muscure?</h3> - <p>Muscure is our innovative approach to treating Inflammatory Bowel Disease (IBD). It combines cutting-edge biotechnology with targeted delivery systems to provide a more effective and personalized treatment for IBD patients. Our solution aims to reduce inflammation, promote healing of the intestinal lining, and improve the overall quality of life for those living with IBD. By harnessing the power of synthetic biology, we're working towards a future where IBD management is more precise, less invasive, and more accessible to patients worldwide.</p> - </div> - </div> -</div> -</div> - {% include 'footer.html' %} <script> window.addEventListener('load', function() { -- GitLab