The images on the Forgot page and Request Demo page should be centered after the update.
This commit is contained in:
parent
7d18edfa9b
commit
91dcd7c132
@ -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 "
|
||||
|
@ -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 "
|
||||
|
Loading…
x
Reference in New Issue
Block a user