From fbe3c06f1b1b602770485864b9ab9d123116b2f2 Mon Sep 17 00:00:00 2001 From: Conrad Zelck <git@simpel.cc> Date: Fri, 23 Feb 2024 02:13:24 +0100 Subject: [PATCH] fix style.css: adjust logo image It should adjust it's size with the font. Signed-off-by: Conrad Zelck <git@simpel.cc> --- style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index f2463ea..879c55c 100644 --- a/style.css +++ b/style.css @@ -55,7 +55,7 @@ header { nav { display: flex; - align-items: center; + align-items: end; column-gap: 0.7em; } @@ -320,6 +320,11 @@ main { height: 100% } +#logo img { + width: 2em; + height: auto; +} + #dialog-wrapper { position: fixed; top: 0; -- GitLab