Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix text and image overlap in careers page #6226

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

M-DEV-1
Copy link

@M-DEV-1 M-DEV-1 commented Feb 7, 2025

Description
This PR fixes the text overlap issue in the Open Source Internship section by increasing the margin below the image and adjusting PageHeader spacing to ensure proper separation.

This PR fixes #6225

Before:

After:

Notes for Reviewers

Signed commits

  • Yes, I signed my commits.

Signed-off-by: M-DEV-1 <mahadevankizhakkedathu@gmail.com>
@M-DEV-1 M-DEV-1 changed the title fixes overlapping of images and text Fix text and image overlap in careers page Feb 7, 2025
@l5io
Copy link
Contributor

l5io commented Feb 7, 2025

🚀 Preview for commit f006aac at: https://67a5570f84dbccc837497cb9--layer5.netlify.app

@@ -9,6 +9,7 @@ const PageHeaderWrapper = styled.div`
text-align: center;
position: relative;
height: auto;
margin-top: 3rem;
Copy link
Contributor

Choose a reason for hiding this comment

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

@M-DEV-1 this is reused in multiple sections of the site and we need to be cautious that it doesn’t alter their styles.

for example community-members page, the margin-top hasn't increased too much, but ideally, we would want to avoid it.

Copy link
Contributor

@vishalvivekm vishalvivekm left a comment

Choose a reason for hiding this comment

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

requested a minor change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Responsiveness Issue on Careers Page
3 participants