diff --git a/static/homepage.css b/static/homepage.css index af34b07a1ce1e37a64287a7ec05c734d65d1bc3a..e5cdc1912b4308d1c45e75eb5f69314515b2fdb0 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 683f5ed5b8c6472155fdf4a33783e05f1fe3c856..480d61d12f9cdc29c7183d3e8f2934ae48bf92e3 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>