Skip to content

Commit 3f31e3c

Browse files
committed
fix: add padding and fix overlap on careers page
Signed-off-by: M-DEV-1 <mahadevankizhakkedathu@gmail.com>
1 parent e66cb23 commit 3f31e3c

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)