From 66877eb490e9f150796dc974705692b44e10499b Mon Sep 17 00:00:00 2001 From: tanmaysrivastava45 Date: Thu, 24 Oct 2024 15:09:44 +0530 Subject: [PATCH 1/2] updated the width of contact form to make UI better --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 480728b..b8d7321 100644 --- a/style.css +++ b/style.css @@ -27,7 +27,7 @@ border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); padding: 30px; - width:160%; + width:100%; } /* Input Fields */ From 37b8cc392826dc7fd7d547a8e72bfc1a4b13bf4c Mon Sep 17 00:00:00 2001 From: tanmaysrivastava45 Date: Fri, 25 Oct 2024 12:14:11 +0530 Subject: [PATCH 2/2] Chnages in width of button to enhance UI --- assets/css/career.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/css/career.css b/assets/css/career.css index ae4eb2c..2f9de39 100644 --- a/assets/css/career.css +++ b/assets/css/career.css @@ -87,4 +87,7 @@ box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important; border-radius: 45px; padding: 2%; +} +#freeTrial{ + width:240px; } \ No newline at end of file