Skip to content

Commit 67eefbb

Browse files
authored
Merge pull request #253 from aevo98765/bug/#250/login-page-warps
Fixing the aspect ration warping of the prod login page
2 parents 69575a4 + 0cec93e commit 67eefbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/login/githublogin.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ a {
55

66
.login-page-background {
77
background-image: url('../../../public/InstructLab-Background-Image.png');
8-
background-size: 100% 100%;
8+
background-size: cover;
99
background-position: center;
1010
background-repeat: no-repeat;
1111

0 commit comments

Comments
 (0)