Skip to content

Commit

Permalink
Merge pull request #439 from PrityanshuSingh/fixes/SignUpAlign
Browse files Browse the repository at this point in the history
Fixed Inconsistent Alignment of SignUp and Footer Container
  • Loading branch information
skmirajulislam authored Oct 22, 2024
2 parents bd56ada + 66c9f83 commit ee0360d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Signup/Signup.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function Signup() {
}
`}
</style>
<div className="container mt-5 justify-content-center" style={{ height: "auto" }}>
<div className="container mx-auto mt-5 flex flex-col justify-center bg-cyan-500" style={{ height: "auto" }}>
<div className="row justify-content-center" style={{ width: "100%" }}>
<div className="col-md-6">
<div className="card shadow signup-card">
Expand Down

0 comments on commit ee0360d

Please sign in to comment.