From 22363927f2e140f154be21a6b080f54b86521bf4 Mon Sep 17 00:00:00 2001 From: Shraddha <ShraddhaRaghuram@student.tudelft.nl> Date: Thu, 12 Sep 2024 11:19:08 +0200 Subject: [PATCH] nitrogen final? --- 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 879bc31..7cead31 100644 --- a/static/homepage.css +++ b/static/homepage.css @@ -183,7 +183,7 @@ /* content images style: */ .homepage-content-img1 { top: 1050px; - transform: translateX(0%); + transform: translateX(-70%); width: 349.375px; height: 526.094px; flex-shrink: 0; @@ -196,11 +196,11 @@ transition: all 0.5s linear; } -.homepage-content-img2 { - top: 1600px; - transform: translateX(10%) translateY(-40%); - width: 459.74px; - height: 349.375px; +..homepage-content-img2 { + top: 1300px; + transform: translateX(40%) translateY(-40%); + width: 500px; + height: 600px; flex-shrink: 0; border-radius: 33.854px; background: url(https://static.igem.wiki/teams/5054/cute-sweet-corn-business-shop-logo.png), 60% no-repeat; diff --git a/wiki/pages/home.html b/wiki/pages/home.html index 5f48e46..a53786b 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: 1000px; margin-top: 400px; opacity: 1; margin-left: auto; margin-right: auto; transform: translateX(-20%);"> + <div class="homepage-contents-style reveal" style="width: 1000px; margin-top: 50px; opacity: 1; transform: translateX(20%);"> Nitrogen is an essential nutrient for plants. </div> - <div class="homepage-contents-style reveal" style="width: 1000px; margin-top: 170px; opacity: 1; margin-left: auto; margin-right: auto; transform: translateX(-20%);"> + <div class="homepage-contents-style reveal" style="width: 1000px; margin-top: 350px; 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