From 483507e9f10b65b7e58ede1b1236bc7f28d0d4d6 Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 15 May 2025 10:36:03 +0100 Subject: [PATCH] fix: add responsive styles for page-logo to improve layout --- css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/style.css b/css/style.css index 439d883..63318f2 100644 --- a/css/style.css +++ b/css/style.css @@ -12823,4 +12823,9 @@ textarea.form-control { .hero-wrap.hero-wrap-2 .slider-text { height: 200px; } +.page-logo { + width: 100%; + height: auto; + margin-top: -20%; +} } \ No newline at end of file