From ea98b3eaaa94cb1bfeb1324cc4bbf6ae8fc8734a Mon Sep 17 00:00:00 2001 From: Conrad Zelck <git@simpel.cc> Date: Fri, 23 Feb 2024 03:01:54 +0100 Subject: [PATCH] fix style.css: align logos with header Another approach to align them all properly. 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 879c55c..c9e3913 100644 --- a/style.css +++ b/style.css @@ -55,10 +55,15 @@ header { nav { display: flex; - align-items: end; + align-items: baseline; column-gap: 0.7em; } +nav a { + margin-top: auto; + margin-bottom: auto; +} + h1 { font-size: 1.5em; margin: 0; -- GitLab