From 169bfd6bcde422cc3e32aeda2ec509e97eda66be Mon Sep 17 00:00:00 2001 From: Shraddha <shraddharaghuram@student.tudelft.nl> Date: Wed, 21 Aug 2024 08:17:42 +0000 Subject: [PATCH] logo fix third attempt --- static/navbar.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/navbar.css b/static/navbar.css index 5b303be..7f18219 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: -30px; text-decoration: none; background-repeat: no-repeat; } @@ -162,8 +162,8 @@ body{ margin-right: 0px; } .my-nav .icon{ - flex-basis: 0px; - margin: 0; + flex-basis: 50px; + margin: 0 10 px; } .my-nav{ height: 55px; -- GitLab