Skip to content

Commit

Permalink
update css to ensure login screen is back to original state
Browse files Browse the repository at this point in the history
  • Loading branch information
slubwama authored Oct 27, 2024
1 parent 856b690 commit 122629e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/login/login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,13 @@

@media screen and (min-width: 1150px) {
.backgroundContainer {
max-width: 80%;
max-width: 90%;
justify-content: right;
}

.backgroundImage {
object-fit: fit;
max-width: 55%;
/* Fit image for larger screens */
}
}
Expand Down Expand Up @@ -217,4 +218,4 @@
margin-bottom: 1.75rem;
font-size: var(--cds-label-02-font-size, 1.375rem);
font-weight: var(--cds-label-02-font-weight, 900);
}
}

0 comments on commit 122629e

Please sign in to comment.