From c82ed562587553c1abeb68a98e34465b50ea96dd Mon Sep 17 00:00:00 2001 From: Roman Ojha Date: Sun, 29 May 2022 20:21:00 +0545 Subject: [PATCH] fix(client): signup age layout --- client/src/components/DefaultSocialPost.jsx | 3 --- client/src/styles/pages/signUpPage.css | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/client/src/components/DefaultSocialPost.jsx b/client/src/components/DefaultSocialPost.jsx index a375ae6a..f5ca71cf 100644 --- a/client/src/components/DefaultSocialPost.jsx +++ b/client/src/components/DefaultSocialPost.jsx @@ -24,9 +24,6 @@ const DefaultSocialPost = () => { {/* for small screen */} You can Follow user through suggested user or followed by user by clicking the right side blinking array button - ) : (
  • diff --git a/client/src/styles/pages/signUpPage.css b/client/src/styles/pages/signUpPage.css index e9c7c1dc..5d4fbed2 100644 --- a/client/src/styles/pages/signUpPage.css +++ b/client/src/styles/pages/signUpPage.css @@ -11,7 +11,7 @@ justify-content: space-between; align-items: center; width: 50%; - height: 100%; + height: 85%; } .SignUp_Page_Title_Container { width: 100%; @@ -261,6 +261,7 @@ justify-content: center; align-items: center; width: 100%; + height: 15%; } .SignUp_Page_Title_Container { width: 180px;