Skip to content

Commit

Permalink
resize login form for mobile view #110
Browse files Browse the repository at this point in the history
  • Loading branch information
KalTang committed Apr 16, 2021
1 parent ca9eb79 commit 33ef0f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/src/styles/_login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
min-width: 70%;
}

@media only screen and (min-width: 300px) {
#login-pg {
width: 90%;
}
}

@media only screen and (min-width: 992px) {
#login-pg {
width: 50%;
Expand Down

0 comments on commit 33ef0f6

Please sign in to comment.