Skip to content

Commit

Permalink
Improve mobile login image size
Browse files Browse the repository at this point in the history
  • Loading branch information
mRoca committed May 9, 2020
1 parent 1ab96ba commit d51af71
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions assets/css/login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@ body.login {
background-position: 0 0;
}

@media (max-width: $xs) {
background-size: 150% 15rem;
@media (max-width: 380px) {
background-size: 175% 15rem !important;
}

@media (max-width: 475px) {
background-size: 160% 20rem;
}
}

Expand Down

0 comments on commit d51af71

Please sign in to comment.