From 7a14b29152267e166170d8108f1082dffdb67cdc Mon Sep 17 00:00:00 2001
From: Shraddha <ShraddhaRaghuram@student.tudelft.nl>
Date: Thu, 12 Sep 2024 10:33:49 +0200
Subject: [PATCH] nitrogen

---
 static/homepage.css  | 4 ++--
 wiki/pages/home.html | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/static/homepage.css b/static/homepage.css
index b74be37..11c946d 100644
--- a/static/homepage.css
+++ b/static/homepage.css
@@ -188,7 +188,7 @@
     height: 526.094px;
     flex-shrink: 0;
     border-radius: 33.854px;
-    background: url("https://static.igem.wiki/teams/5054/nitrogen-atom.svg"), 50% / cover no-repeat;
+    background: url("https://static.igem.wiki/teams/5054/78.svg"), 50% / cover no-repeat;
     background-size: contain; /* Contain the image within the element */
     background-position: center; /* Center the image */
     background-repeat: no-repeat; /* Ensure no repeating */
@@ -203,7 +203,7 @@
     height: 349.375px;
     flex-shrink: 0;
     border-radius: 33.854px;
-    background: url("https://static.igem.wiki/teams/5054/nitrogen-bond.svg"), 60% no-repeat;
+    background: url("https://static.igem.wiki/teams/5054/cute-sweet-corn-business-shop-logo.png"), 60% no-repeat;
     background-size: contain; /* Contain the image within the element */
     background-position: center; /* Center the image */
     background-repeat: no-repeat; /* Ensure no repeating */
diff --git a/wiki/pages/home.html b/wiki/pages/home.html
index b4b25a9..dbd56bc 100644
--- a/wiki/pages/home.html
+++ b/wiki/pages/home.html
@@ -87,10 +87,10 @@
       <div class="homepage-contents-style reveal" style="width: 1000px; margin-top: 50px; opacity: 1; margin-left: auto; margin-right: auto; transform: translateX(-20%);">
         Nitrogen gas, comprising 78% of Earth's atmosphere, is the most abundant chemical in the air.
     </div>
-      <div class="homepage-contents-style reveal" style="width:315.521px;margin-top:50px;">
+      <div class="homepage-contents-style reveal" style="width: 1000px; margin-top: 50px; opacity: 1; margin-left: auto; margin-right: auto; transform: translateX(-20%);">
         Nitrogen is an essential nutrient for plants.
       </div>
-      <div class="homepage-contents-style reveal" style="width:315.521px;margin-top:50px;">
+      <div class="homepage-contents-style reveal" style="width: 1000px; margin-top: 50px; opacity: 1; margin-left: auto; margin-right: auto; transform: translateX(-20%);">
         However, Nâ‚‚ is highly inert, making it difficult for plants to convert it into useful compounds that they can consume.
       </div>
   </div>
-- 
GitLab