From 7503a487ee11cf6390d6381cf3adc5bb47127c99 Mon Sep 17 00:00:00 2001 From: "Najjar\\NajjarV02" Date: Fri, 17 Apr 2026 16:30:53 +0400 Subject: [PATCH] feat: adjust overlay CTA section positioning for improved visibility --- src/app/globals.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 902bbdd..ae5788d 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -470,8 +470,8 @@ html { } .overlay-cta-section { - bottom: 3vh !important; - top: auto !important; + top: 12vh !important; + bottom: auto !important; } .overlay-cta-btn {