From d021152f7af8e7e37098115739abc387d8982757 Mon Sep 17 00:00:00 2001 From: mhmdali102 Date: Tue, 1 Nov 2022 16:10:39 +0200 Subject: [PATCH] fix click on text get-started-button --- public/css/home.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/css/home.css b/public/css/home.css index df869c5..b4f557d 100644 --- a/public/css/home.css +++ b/public/css/home.css @@ -504,7 +504,6 @@ header { #get-started-button { width: 330px; background-color: aquamarine; - padding: 20px 80px; margin-left: 39%; margin-bottom: 160px; transition: all 0.5s ease; @@ -522,6 +521,9 @@ header { text-decoration: none; font-family: "Sofia-Pro-Medium"; font-size: 22px; + padding: 20px; + display: block; + text-align: center; }