From 37b8cc392826dc7fd7d547a8e72bfc1a4b13bf4c Mon Sep 17 00:00:00 2001 From: tanmaysrivastava45 Date: Fri, 25 Oct 2024 12:14:11 +0530 Subject: [PATCH] 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 ae4eb2c0..2f9de392 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