From ffa8d769ae19f6f97f4aa28359160d2f18ae4b1c Mon Sep 17 00:00:00 2001 From: Shraddha <ShraddhaRaghuram@student.tudelft.nl> Date: Mon, 30 Sep 2024 14:55:30 +0200 Subject: [PATCH] final home page --- static/homepage.css | 14 +++++++------- wiki/pages/home.html | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/static/homepage.css b/static/homepage.css index b244f6f..083ba00 100644 --- a/static/homepage.css +++ b/static/homepage.css @@ -192,15 +192,15 @@ } -.homepage-content-img{ - position: relative; - top: 930px; - transform: translateX(-73%); - width: 349.375px; - height: 526.094px; +.homepage-content-img { + /* position: relative; */ + top: 0px; + transform: translateX(0%); + width: 500px; + height: 500px; flex-shrink: 0; border-radius: 33.854px; - background: url("https://static.igem.wiki/teams/5054/tu-delft-logo-svg.png"); + background: url(https://static.igem.wiki/teams/5054/tu-delft-logo-svg.png); background-size: contain; background-repeat: no-repeat; opacity: 1; diff --git a/wiki/pages/home.html b/wiki/pages/home.html index 97a4695..380b3d9 100644 --- a/wiki/pages/home.html +++ b/wiki/pages/home.html @@ -67,7 +67,7 @@ <!-- <div class="shelter-for-bg1" id="shelter-for-bg1"></div> --> <div class="homepage-content-img homepage-elements reveal" id="homepage-content-img"></div> - <div class="homepage-maintitle-subtitle" style="margin-top:40px;text-align:center;"> + <div class="homepage-maintitle-subtitle" style="margin-top:220px;text-align:center;"> presents </div> <div class="homepage-maintitle homepage-elements"> -- GitLab