From d1e207b12848d7a263bd03acfdfa5e44965abe07 Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 15 May 2025 10:24:46 +0100 Subject: [PATCH] fix: update padding in ftco-section for improved spacing --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 50b58e7..883a9db 100644 --- a/css/style.css +++ b/css/style.css @@ -11703,7 +11703,7 @@ textarea.form-control { } .ftco-section { - padding: 10px 0 10px 0; + padding: 0 20px 0 0; position: relative; } @media (max-width: 767.98px) {