From 7046a0486b96a3c6a2998e7d15a1bbdccce83981 Mon Sep 17 00:00:00 2001 From: Shraddha <shraddharaghuram@student.tudelft.nl> Date: Wed, 21 Aug 2024 08:10:43 +0000 Subject: [PATCH] fixing logo appearance --- static/navbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/navbar.css b/static/navbar.css index 590931e..9e41eda 100644 --- a/static/navbar.css +++ b/static/navbar.css @@ -28,7 +28,7 @@ body{ margin-left: 30px; margin-bottom: 7px; background-image: url(https://static.igem.wiki/teams/5054/logo-kleur.svg); - background-position-x: -30px; + background-position-x: 0px; text-decoration: none; background-repeat: no-repeat; } -- GitLab