Skip to content

Commit

Permalink
justified-the-content-of-the-signup-page-evenly
Browse files Browse the repository at this point in the history
  • Loading branch information
Arveti-likhitha committed Oct 21, 2024
1 parent d393add commit 8a654f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Css-files/signup1.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ body {

.main-login {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
overflow: hidden; /* Ensure nothing overflows from the flexbox */
gap: 20px; /* Spacing between the card and image */
justify-content: space-evenly;

}
.homebtn{
Expand Down

0 comments on commit 8a654f3

Please sign in to comment.