Skip to content

Commit

Permalink
flow-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
meetarora10 committed Jul 13, 2024
1 parent 8bfe5c9 commit b555127
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 b555127

Please sign in to comment.