Skip to content

Commit

Permalink
resized width on register form on mobile view #110
Browse files Browse the repository at this point in the history
  • Loading branch information
KalTang committed Apr 16, 2021
1 parent dfb555c commit ca9eb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/styles/_register.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
box-shadow: 0 2rem 2rem -1.8rem $brand-blue;
margin-top: 2%;
margin-bottom: 5%;
min-width: 70%;
min-width: 85%;
}

@media only screen and (min-width: 992px) {
Expand Down

0 comments on commit ca9eb79

Please sign in to comment.