Skip to content

Commit

Permalink
fixing the aspect ration warping of the prod login page
Browse files Browse the repository at this point in the history
Signed-off-by: Ash Evans <[email protected]>
  • Loading branch information
aevo98765 committed Oct 8, 2024
1 parent 69575a4 commit 0cec93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/login/githublogin.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ a {

.login-page-background {
background-image: url('../../../public/InstructLab-Background-Image.png');
background-size: 100% 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;

Expand Down

0 comments on commit 0cec93e

Please sign in to comment.