From a031614d85c500941a1a533221073384a81370e6 Mon Sep 17 00:00:00 2001
From: Shraddha <ShraddhaRaghuram@student.tudelft.nl>
Date: Wed, 25 Sep 2024 14:18:59 +0200
Subject: [PATCH] move image up

---
 static/page.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/page.css b/static/page.css
index 1442e75..8802ba5 100644
--- a/static/page.css
+++ b/static/page.css
@@ -368,7 +368,7 @@ body{
 .img-pagestyle {
     display: flex;
     justify-content: center;  /* Center the image horizontally */
-    margin-top: 10px;         /* Reduce the margin at the top */
+    margin-top: -10px;        /* Negative margin to bring the image closer to the text */
     margin-bottom: 0;         /* Eliminate any extra space at the bottom */
     width: 100%;              /* Ensure the container takes the full width */
 }
-- 
GitLab