From 3287f9135773acb07eb8252ed8f4e71846113911 Mon Sep 17 00:00:00 2001 From: Oleksandr Zaitsev Date: Fri, 21 Jun 2024 14:47:34 +0200 Subject: [PATCH] Fixed a CSS bug --- website/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/style.css b/website/style.css index 595af92..6cd4bf4 100644 --- a/website/style.css +++ b/website/style.css @@ -163,7 +163,7 @@ footer p { margin-bottom: 0; } -footer img { +.footer-logos img { height: 2.5rem; background: transparent; margin-top: 0.7rem;