From a0c818474640e1dce35ab851376b020d77978436 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Sun, 17 Oct 2021 21:10:13 +0200 Subject: [PATCH] Re-align the logos in the banner. --- content/css/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/css/default.css b/content/css/default.css index 1fbb831..a8bd954 100644 --- a/content/css/default.css +++ b/content/css/default.css @@ -41,12 +41,12 @@ img.me { } img.uevelogo { - margin: 0px -10px 0px 10px; + margin: 0px -20px 0px 10px; height: 88px; } img.ibisclogo { - margin: 0px 40px 7px 10px; + margin: 0px 15px 9px 25px; height: 56px; }