Skip to content

Commit

Permalink
Merge pull request #446 from bluewave-labs/develop
Browse files Browse the repository at this point in the history
Update Login.module.css
  • Loading branch information
erenfn authored Dec 29, 2024
2 parents 7394fbf + dcb99e0 commit 7ea0b0c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions frontend/src/scenes/login/Login.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,20 @@
.login-container {
display: flex;
flex-direction: column;
max-width: 360px;
min-width: 360px;
margin: 0 auto;
padding: 20px;
background-repeat: no-repeat;
background-image: url('../../assets/auth-screen-background.svg');
background-position: center -350px;
}

@media (max-width: 400px) {
.login-container {
min-width: auto;
}
}

.form-group {
margin-bottom: 20px;
}
Expand Down Expand Up @@ -154,4 +160,4 @@
display: flex;
align-items: center;
justify-content: center;
}
}

0 comments on commit 7ea0b0c

Please sign in to comment.