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: responsive and alignment issue on career/internship page #6009

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
fix: responsive issue on company/brand and career page
upsaurav12 committed Nov 4, 2024
commit 72248c4b4fda4dd85887b3056dcee6cc339e89d2
Original file line number Diff line number Diff line change
@@ -23,6 +23,12 @@ p{
font-weight: 400;
}
}

.oppurtunities_row {
display: flex;
flex-wrap: wrap;
}

.oppurtunities > div {
margin: 3rem 0;
}
5 changes: 5 additions & 0 deletions src/sections/Company/Brand/brandPage.style.js
Original file line number Diff line number Diff line change
@@ -155,6 +155,11 @@ const BrandPageWrapper = styled.section`
text-align: end;
margin: 0 0 1rem 0;
}
.color-code-wrapper{
display:flex;
flex-wrap: wrap;
}
.ImgDiv, .color-code-wrapper {
width: 100%;
margin: auto;