From 8a654f34068a19d645d6948455dc79e9b6a186da Mon Sep 17 00:00:00 2001 From: likhithaarveti Date: Mon, 21 Oct 2024 15:18:00 +0530 Subject: [PATCH] justified-the-content-of-the-signup-page-evenly --- Css-files/signup1.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{