The images on the Forgot page and Request Demo page should be centered after the update.

This commit is contained in:
Kartik Sharma 2025-09-26 10:53:31 +05:30
parent 7d18edfa9b
commit 91dcd7c132
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ const MainForgetPage = () => {
<>
<div className="authentication-inner row m-0">
<div className="d-none d-lg-flex col-lg-7 col-xl-8 h-100 align-items-center p-3">
<div className="w-75 h-75 d-flex justify-content-center">
<div className="w-100 h-75 d-flex justify-content-center">
<img
src="/img/illustrations/girl-unlock-password-light.png"
className="object-fit-sm-contain "

View File

@ -6,7 +6,7 @@ const MainRegisterPage = () => {
<>
<div className="authentication-inner row m-0">
<div className="d-none d-lg-flex col-lg-7 col-xl-8 h-100 align-items-center p-3">
<div className="w-75 h-75 d-flex justify-content-center">
<div className="w-100 h-75 d-flex justify-content-center">
<img
src="/img/illustrations/registration.jpg"
className="object-fit-sm-contain "