From 0be067c1a21b6f4d19ee67562ffc73f3a03d339c Mon Sep 17 00:00:00 2001 From: Asin-Junior-Honore Date: Thu, 22 Aug 2024 01:20:08 +0100 Subject: [PATCH] Fix: Add margin between FAQ and Contact sections on the Home page --- css/contactus.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/contactus.css b/css/contactus.css index 608bac4d..8af591c5 100644 --- a/css/contactus.css +++ b/css/contactus.css @@ -91,7 +91,7 @@ form label { align-items: center; width: 85vw; border-radius: 20px; - margin-bottom: 50px !important; + margin-block: 50px !important; background-image: linear-gradient(to right, red 1%, orange 99%) !important; }