fix click on text get-started-button

This commit is contained in:
mhmdali102 2022-11-01 16:10:39 +02:00
parent d1972ae13e
commit d021152f7a
1 changed files with 3 additions and 1 deletions

View File

@ -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;
}