From 2e3b23d8fddc7b028602f37b8dc696cbe0f0f52c Mon Sep 17 00:00:00 2001 From: Shraddha <ShraddhaRaghuram@student.tudelft.nl> Date: Fri, 13 Sep 2024 10:37:07 +0200 Subject: [PATCH] we could reduce --- static/homepage.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/homepage.css b/static/homepage.css index f41f92a..d482e2e 100644 --- a/static/homepage.css +++ b/static/homepage.css @@ -295,7 +295,7 @@ homepage-content-img5 { transition: all 0.5s linear; } .homepage-content-img6 { - top: 5200px; + top: 5700px; width: 835px; height: 450px; flex-shrink: 0; @@ -784,14 +784,14 @@ homepage-content-img5 { transition: all 0.7s linear; } .homepage-content7 { - top: 5100px; + top: 5500px; width: 1000px; height: 65px; opacity: 0; transition: all 0.5s linear; } .homepage-content8 { - top: 5700px; + top: 6200px; width: 1000px; height: 65px; /* transform: translateX(-110%); */ -- GitLab