Skip to content

Commit 722b34c

Browse files
author
Vivek Vishal
authored
Merge pull request #6235 from M-DEV-1/6225-responsiveness
fix: add padding and fix overlap on careers page
2 parents dc31553 + 1285e70 commit 722b34c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/sections/Careers/Careers-Programs-grid/ProgramGrid.style.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export const ProgramsPageWrapper = styled.div`
9494
margin-right: -50vw;
9595
}
9696
.opensource-section-text{
97-
padding-top: 4rem;
97+
padding: 4rem 2.5rem 0;
9898
}
9999
.opensource-section-text > h1{
100100
margin-bottom: 1rem;
@@ -108,6 +108,7 @@ export const ProgramsPageWrapper = styled.div`
108108
}
109109
.opensource-section-img{
110110
margin-top: -8rem;
111+
margin-bottom: 10rem;
111112
position: relative;
112113
top: 10rem;
113114
}

0 commit comments

Comments
 (0)