Skip to content

Commit

Permalink
Merge pull request #1394 from meetarora10/flow-branch
Browse files Browse the repository at this point in the history
Fixed the overflow of input field and button on login page in responsive view.
  • Loading branch information
arghadipmanna101 authored Jul 15, 2024
2 parents 8a35bff + b555127 commit b0ae301
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions css/login-signup.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,16 @@ body {
width: 56vw;
}
}
@media screen and (max-width: 800px) {
.signupin .rightSignuppanal {
width: 60vw;
}
}
@media screen and (max-width: 500px) {
.signupin .rightSignuppanal {
width: 73vw;
}
.rightSignuppanal form{
width: 250px;
}
}

0 comments on commit b0ae301

Please sign in to comment.