Skip to content

Commit

Permalink
Aligned the form to right
Browse files Browse the repository at this point in the history
Aligned the form element towards right
  • Loading branch information
Sneha-S-D committed Oct 29, 2023
1 parent 3d4d83f commit 30833e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ input:focus:invalid{
background-color:rgb(247, 129, 129);
}
.mb-2_w-100,.mb-3_w-100,.mb-1_w-100{
margin-left: -130px;
margin-left: 250px;



}
.btn_btn-primary_w-100{
margin-left: -75px;
margin-left: 330px;
width: 100px;
border-radius: 15px;
height: 50px;
Expand Down

0 comments on commit 30833e1

Please sign in to comment.