Skip to content

Commit

Permalink
Update Signup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PrityanshuSingh authored Oct 20, 2024
1 parent 75e9ed8 commit 66c9f83
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 @@ -118,7 +118,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 66c9f83

Please sign in to comment.