Skip to content

Commit

Permalink
Made the contact us form responsive.
Browse files Browse the repository at this point in the history
  • Loading branch information
vishanurag committed Aug 7, 2024
1 parent f9da0bf commit 1056d3a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
}


}
/* } */

#progress-container {
position: fixed ;
Expand All @@ -215,7 +215,15 @@
border-radius: 10px;
}

>
@media screen and (max-width: 600px) {
.form-container button#button {
margin-left: 0 !important;
}
.main {
margin-left: 0;
width: 100%;
}
}
</style>


Expand Down

0 comments on commit 1056d3a

Please sign in to comment.