Skip to content

Commit

Permalink
changed button's margin value.
Browse files Browse the repository at this point in the history
  • Loading branch information
riyaahlawat authored Jul 1, 2024
1 parent 6ed80cd commit e93a456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
cursor: pointer;
transition: background-color 0.3s ease;
align-self: center;
margin-top: 10px; /* Added margin-top to create space above the button */
margin: 10px; /* Added margin-top to create space above the button */
}

.contacts-contact-form button:hover {
Expand Down

0 comments on commit e93a456

Please sign in to comment.