Skip to content

Commit

Permalink
Merge pull request #253 from aevo98765/bug/#250/login-page-warps
Browse files Browse the repository at this point in the history
Fixing the aspect ration warping of the prod login page
  • Loading branch information
vishnoianil authored Oct 9, 2024
2 parents 69575a4 + 0cec93e commit 67eefbb
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 67eefbb

Please sign in to comment.