From e0a7c58f7065305637ec5a1099a1a80600553962 Mon Sep 17 00:00:00 2001 From: Yash Date: Tue, 30 Jul 2024 17:50:40 +0530 Subject: [PATCH] login with google width fixed --- src/Components/Login/Login.css | 7 ++++++- src/Components/Login/Login.jsx | 14 +++++++++----- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/src/Components/Login/Login.css b/src/Components/Login/Login.css index 551acde..a323679 100644 --- a/src/Components/Login/Login.css +++ b/src/Components/Login/Login.css @@ -102,4 +102,9 @@ p a:hover { .eye:hover { color: #007efc; cursor: pointer; -} \ No newline at end of file +} +.google-login-wrapper { + width: 100%; + display: flex; + justify-content: center; +} diff --git a/src/Components/Login/Login.jsx b/src/Components/Login/Login.jsx index 466ac95..f9c89aa 100644 --- a/src/Components/Login/Login.jsx +++ b/src/Components/Login/Login.jsx @@ -63,6 +63,7 @@ const Login = () => {

Login

+ { }} /> {warnings.email &&

{warnings.email}

} - + {

Don't have an account? Sign up

- +
+ +
+