From d9e38e70bfd6cb17ce96c88782b8c9ae5282bd0a Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 15 May 2025 10:35:17 +0100 Subject: [PATCH] fix: add height to slider-text in hero-wrap-2 for consistent layout --- css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/style.css b/css/style.css index dd28f4e..439d883 100644 --- a/css/style.css +++ b/css/style.css @@ -12820,4 +12820,7 @@ textarea.form-control { .hero-wrap.hero-wrap-2 { height: 200px; } +.hero-wrap.hero-wrap-2 .slider-text { + height: 200px; +} } \ No newline at end of file