From 9eca80ec8e92a7b79aae905cb83592d457129e59 Mon Sep 17 00:00:00 2001 From: Shraddha <ShraddhaRaghuram@student.tudelft.nl> Date: Fri, 27 Sep 2024 13:08:20 +0200 Subject: [PATCH] UCYN-A --- static/homepage.css | 12 ++++++------ wiki/pages/home.html | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/static/homepage.css b/static/homepage.css index 0d08977..d0665e7 100644 --- a/static/homepage.css +++ b/static/homepage.css @@ -346,9 +346,9 @@ transition: all 0.5s linear; } .homepage-content-img9 { - top: 7800px; - width: 350px; - height: 350px; + top: 9000px; + width: 500px; + height: 500px; transform: translateX(-60.5%); background: url(https://static.igem.wiki/teams/5054/symbiotic-association.svg); opacity: 0; @@ -838,10 +838,10 @@ } .homepage-content12 { - top: 8150px; - width: 340px; + top: 9000px; + width: 400px; height: 200px; - transform: translateX(-60.5%); + transform: translateX(60.5%); opacity: 0; transition: all 0.5s linear; } diff --git a/wiki/pages/home.html b/wiki/pages/home.html index aef4f7b..3031e23 100644 --- a/wiki/pages/home.html +++ b/wiki/pages/home.html @@ -246,8 +246,8 @@ <div class="homepage-content-img9 homepage-elements reveal" id="homepage-content-img9"></div> <div class="homepage-content12 homepage-elements reveal" id="homepage-content12"> - <div class="homepage-contents-style" style="margin-top:10px;"> - This algae originally had a symbiotic association with a bacterium named UCYN-A. + <div class="homepage-contents-style" style="margin-top:10px; font-size: 40px;"> + This algae originally had a symbiotic association with a bacterium named UCYN-A which would fixate nitrogen for it. </div> </div> -- GitLab