From 2603e6f1a52341e819f82000512a34fed6ffc7ea Mon Sep 17 00:00:00 2001 From: Andy Braren Date: Fri, 18 Oct 2024 17:52:47 -0400 Subject: [PATCH] Update githublogin.css Removes height-based width declaration, adjusts background resizing to keep in full view, and swaps PNG with crisper SVG. Signed-off-by: Andy Braren --- src/app/login/githublogin.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/login/githublogin.css b/src/app/login/githublogin.css index 4bfafb00..ff664787 100644 --- a/src/app/login/githublogin.css +++ b/src/app/login/githublogin.css @@ -4,12 +4,12 @@ a { } .login-page-background { - background-image: url('../../../public/InstructLab-Background-Image.png'); - background-size: cover; + background-image: url('../../../public/InstructLab-Background-Image.svg'); + background-size: contain; background-position: center; background-repeat: no-repeat; + background-color: #454b9a; - min-width: 100vh; min-height: 100vh; display: flex;