From 6a6a128420a6faf914867d8684036abc4f0376dd Mon Sep 17 00:00:00 2001 From: "j.vondoemming" <j.vondoemming@stud.uni-goettingen.de> Date: Sat, 3 Apr 2021 14:25:28 +0200 Subject: [PATCH] updated css --- static/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 1918365..f32de2f 100644 --- a/static/style.css +++ b/static/style.css @@ -80,7 +80,7 @@ body > header { #Logo { height: 4em; - margin-bottom: -0.5em; + margin-bottom: -1.5em; } body > aside { @@ -172,8 +172,9 @@ body > footer { font-size: 1.2em; padding: 1em; } - body > header #logo { + body > header #Logo { height: 2em; + margin-bottom: -0.5em; } body > header a { width: 100%; -- GitLab