From 03241f9fdb888069fcd468a22a3daa2d971cb175 Mon Sep 17 00:00:00 2001 From: Rohan j <59871907+rohan-cce@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:09:14 +0000 Subject: [PATCH] fix start free trial button position --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index d9e998f2..480728b7 100644 --- a/style.css +++ b/style.css @@ -182,9 +182,9 @@ #freeTrial{ position: absolute; - right: 80px; -margin-right: 60px; - + right: 90px; + margin-right: 30px; + margin-bottom: 30px; }