bootstrap to master #8

Merged
ameye merged 1 commits from master-bootstrap into master 2024-12-27 23:51:45 +00:00
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -2,4 +2,10 @@
background-image: url('./assets/bg/bg_1.jpg') !important;
background-size: cover;
background-repeat: no-repeat;
}
.signup-bg {
background-image: url('./assets/bg/signup_bg.jpg') !important;
background-size: 100%;
background-repeat: no-repeat;
}
+1 -1
View File
@@ -147,7 +147,7 @@ export default function Signup2() {
</div>
</div>
</div>
<div className="custom-bg col-sm-6 col-xxl-9 col-lg-7 b-gradient o-hidden order-1 order-sm-2">
<div className="signup-bg col-sm-6 col-xxl-9 col-lg-7 b-gradient o-hidden order-1 order-sm-2">
<div className="row align-items-center h-100">
<div className="col-7 mx-auto ">
{/* <img className="img-fluid" src={LoginImg} alt="" /> */}