From 122629e5929f57cdd8a06a623f622f4556c1de09 Mon Sep 17 00:00:00 2001 From: Lubwama Samuel Date: Sun, 27 Oct 2024 06:38:14 +0300 Subject: [PATCH] update css to ensure login screen is back to original state --- src/login/login.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/login/login.scss b/src/login/login.scss index 0ecef07..506731c 100644 --- a/src/login/login.scss +++ b/src/login/login.scss @@ -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 */ } } @@ -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); -} \ No newline at end of file +}