From 6b5c1770c6124199f52edae412972d72434125da Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 15 May 2025 10:34:45 +0100 Subject: [PATCH] fix: add media query for hero-wrap-2 to adjust height on smaller screens --- css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/style.css b/css/style.css index 4369e3a..dd28f4e 100644 --- a/css/style.css +++ b/css/style.css @@ -12814,4 +12814,10 @@ textarea.form-control { width: 30%; height: auto; margin-top: -40%; +} + +@media (max-width: 767.98px) { +.hero-wrap.hero-wrap-2 { + height: 200px; +} } \ No newline at end of file