Skip to content

Commit ca98094

Browse files
authored
Merge pull request #6188 from Tharanishwaran/fix-ui-align-fulltime-positions-cards
Fix Card Layout Issue on layer5.io/careers Page
2 parents 2672656 + 1d09a5d commit ca98094

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/sections/Careers/Careers-Internship-grid/InternshipPage.style.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ p{
2828
}
2929
3030
.opportunity-col {
31-
flex: 0 0 25%;
31+
flex: 0 0 33.333333%;
3232
max-width: 100%;
3333
margin: 1rem 0;
34+
padding: 0 1rem;
3435
}
3536
@media only screen and (max-width: 1200px) {
3637
.opportunity-col {
@@ -116,7 +117,7 @@ p{
116117
117118
.full_time {
118119
.opportunity-card {
119-
height: 12rem;
120+
height: 15rem;
120121
}
121122
}
122123
@@ -179,7 +180,10 @@ p{
179180
}
180181
181182
.oppurtunities_row {
183+
display: flex;
184+
flex-wrap: wrap;
182185
justify-content: space-evenly;
186+
margin: 0 -1rem;
183187
}
184188
`;
185189

0 commit comments

Comments
 (0)