From 56928abb6bde3cafe4371d7650384890e92c6f72 Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 15 May 2025 10:36:21 +0100 Subject: [PATCH] fix: update page-logo width for improved layout consistency --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 63318f2..2d349f4 100644 --- a/css/style.css +++ b/css/style.css @@ -12824,7 +12824,7 @@ textarea.form-control { height: 200px; } .page-logo { - width: 100%; + width: 30%; height: auto; margin-top: -20%; }