Skip to content

Commit

Permalink
fix(client): signup age layout
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-ojha committed May 29, 2022
1 parent 8b7a45b commit c82ed56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions client/src/components/DefaultSocialPost.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
<ul>
<li>fds</li>
</ul>
</li>
) : (
<li>
Expand Down
3 changes: 2 additions & 1 deletion client/src/styles/pages/signUpPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
justify-content: space-between;
align-items: center;
width: 50%;
height: 100%;
height: 85%;
}
.SignUp_Page_Title_Container {
width: 100%;
Expand Down Expand Up @@ -261,6 +261,7 @@
justify-content: center;
align-items: center;
width: 100%;
height: 15%;
}
.SignUp_Page_Title_Container {
width: 180px;
Expand Down

1 comment on commit c82ed56

@roman-ojha
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for social ready!

✅ Preview
https://social-ersqyzsrq-razzroman98-gmailcom.vercel.app
https://rsocial.vercel.app

Built with commit c82ed56.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.