From 1c2cace30a73d1f655093ff03bc5d417006abbd4 Mon Sep 17 00:00:00 2001 From: Shraddha <ShraddhaRaghuram@student.tudelft.nl> Date: Fri, 13 Sep 2024 11:00:01 +0200 Subject: [PATCH] co2 emissions --- static/homepage.css | 8 ++++---- wiki/pages/home.html | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/static/homepage.css b/static/homepage.css index 4bb678e..c43a94d 100644 --- a/static/homepage.css +++ b/static/homepage.css @@ -296,8 +296,8 @@ homepage-content-img5 { } .homepage-content-img6 { top: 5700px; - width: 835px; - height: 450px; + width: 1100px; + height: 700px; flex-shrink: 0; background: url(https://static.igem.wiki/teams/5054/co2emissionsupdated.gif); transition: all 0.8s linear; @@ -766,7 +766,7 @@ homepage-content-img5 { top: 3350px; width: 1000px; height: 120px; - transform: translateX(0%); + transform: translateX(5%); opacity: 0; transition: all 0.5s linear; } @@ -791,7 +791,7 @@ homepage-content-img5 { transition: all 0.5s linear; } .homepage-content8 { - top: 6200px; + top: 6400px; width: 1000px; height: 65px; /* transform: translateX(-110%); */ diff --git a/wiki/pages/home.html b/wiki/pages/home.html index 86b251b..873db14 100644 --- a/wiki/pages/home.html +++ b/wiki/pages/home.html @@ -145,13 +145,13 @@ </div> <!-- <div class="homepage-bg-img4"></div> --> -<div class="homepage-content7 homepage-elements reveal" style = "transform: translateX(5%);"> +<div class="homepage-content7 homepage-elements reveal"> <div class="homepage-contents-style" style="margin-top:0px;"> We could reduce up to 2% of global CO2 emissions from synthetic fertilizer production. </div> </div> <div class="homepage-content-img6 homepage-elements reveal" id="homepage-content-img6"></div> -<div class="homepage-content8 homepage-elements reveal" style = "transform: translateX(5%);"> +<div class="homepage-content8 homepage-elements reveal"> <div class="homepage-contents-style"> We could reduce nitrogen emissions, prevent eutrophication, and protect biodiversity while sustaining agricultural productivity. </div> -- GitLab