From 9d6dddbcd6a76f932b171fac3f3791b5c6880c52 Mon Sep 17 00:00:00 2001 From: Shraddha <shraddharaghuram@student.tudelft.nl> Date: Tue, 27 Aug 2024 08:18:47 +0000 Subject: [PATCH] Update 2 files - /wiki/pages/home.html - /static/homepage.css --- static/homepage.css | 1 - wiki/pages/home.html | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/static/homepage.css b/static/homepage.css index af34b07..e5cdc19 100644 --- a/static/homepage.css +++ b/static/homepage.css @@ -620,7 +620,6 @@ } */ .homepage-content4{ /* it's a subtitle content */ - position: relative; top: 2864px; width: 1000px; height: 100px; diff --git a/wiki/pages/home.html b/wiki/pages/home.html index 683f5ed..480d61d 100644 --- a/wiki/pages/home.html +++ b/wiki/pages/home.html @@ -108,14 +108,12 @@ <div class="homepage-content-img3 homepage-elements reveal" id="homepage-content-img3"></div> - <!-- <div class="homepage-bg-img3"></div> --> + <div class="homepage-bg-img3"></div> <div class="homepage-content4 homepage-elements reveal"> What if plants could fix their own nitrogen <span style="font-family:'Courier New', Courier, monospace">?</span> </div> - <div class="homepage-bg-img3"></div> - </div> <script src="{{ url_for('static', filename = 'homepage.js') }}" type="text/javascript"></script> -- GitLab