diff --git a/Css-files/signup1.css b/Css-files/signup1.css index ce2ce7f5..a01e2be9 100644 --- a/Css-files/signup1.css +++ b/Css-files/signup1.css @@ -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{