rounded edges added

This commit is contained in:
victorAnumudu
2024-12-18 07:06:33 +01:00
parent a025f0960c
commit c8cfea9db6
+1 -1
View File
@@ -134,7 +134,7 @@ export default function Signup2() {
</>
:
<div className='col-12'>
<div className="d-flex flex-column justify-content-between align-items-center" style={{height: '200px', backgroundColor: '#F2FAF7'}}>
<div className="rounded-2 d-flex flex-column justify-content-between align-items-center" style={{height: '200px', backgroundColor: '#F2FAF7'}}>
<h4 className='p-4 text-black'>Check your email to continue.</h4>
<Link to={siteLinks.login} className='p-2 text-primary' style={{color: '#6FCAEF'}}>Home</Link>
</div>