Skip to content

Commit

Permalink
Add media queries for tablet and mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
swetabar committed Aug 16, 2023
1 parent 13f9fca commit d6e49c2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions blocks/form/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,17 @@ main .form .form-submit-wrapper .button.primary {
margin: 16px 0 47px;
border-radius: 30px;
}

@media screen and (max-width: 768px) {
main .form > div {
margin-left: 15%;
}

main .form input {
width: 85%;
}

main .form .form-submit-wrapper {
width: 85%;
}
}

0 comments on commit d6e49c2

Please sign in to comment.