Skip to content

Commit

Permalink
Merge pull request #396 from divyalaldinani/enhancing-contact-us-page
Browse files Browse the repository at this point in the history
'Get in Touch' Section can be improved #352
  • Loading branch information
Its-Aman-Yadav committed May 24, 2024
2 parents 357e314 + 00e99b7 commit 7bb329a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
padding: 20px;
max-width: 800px;
margin: 40px auto;
background: linear-gradient(180deg, #f5cb36 0%, #fae081 100%);
background:#f5cb36;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}
Expand Down Expand Up @@ -92,7 +92,7 @@
padding: 12px 20px;
width: 200px;
margin-left: 295px;
background: #e9b808;
background: #ffffff;
color: black;
border: none;
border-radius: 4px;
Expand All @@ -102,7 +102,7 @@
}

.contact-form .submit:hover {
background-color: #d8aa03;
background-color: #ffffffea;
transform: translateY(-2px);
}

Expand Down

0 comments on commit 7bb329a

Please sign in to comment.