From 6d1e71d6c8d2f4c7bfc2f8f0466e3da036a63368 Mon Sep 17 00:00:00 2001 From: Conrad Zelck <git@simpel.cc> Date: Fri, 23 Feb 2024 01:34:36 +0100 Subject: [PATCH] fix style.css: remove img display block Otherwise this would prevent aligning the logos in header. Signed-off-by: Conrad Zelck <git@simpel.cc> --- style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style.css b/style.css index 9d64f92..f2463ea 100644 --- a/style.css +++ b/style.css @@ -118,7 +118,6 @@ a:not([class]) { /* Make images easier to work with */ img, picture { max-width: 100%; - display: block; /* alt text should be very different */ font-style: italic; } -- GitLab