From 3fd8c990828dc44a4f55db8654e0db4731128cc4 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Thu, 1 Jan 2026 20:28:45 +0100 Subject: [PATCH] logo resize with css 2 --- homepage-system/homepage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage-system/homepage.yaml b/homepage-system/homepage.yaml index 7e4c91e..791c59d 100644 --- a/homepage-system/homepage.yaml +++ b/homepage-system/homepage.yaml @@ -307,7 +307,7 @@ data: # Custom CSS custom.css: | #information-widgets .information-widget-logo img { - max-height: 80px !important; + max-height: 100px !important; width: auto !important; }