Skip to content

Commit

Permalink
Merge pull request layer5io#6188 from Tharanishwaran/fix-ui-align-ful…
Browse files Browse the repository at this point in the history
…ltime-positions-cards

Fix Card Layout Issue on layer5.io/careers Page
  • Loading branch information
leecalcote authored Jan 16, 2025
2 parents 2672656 + 1d09a5d commit ca98094
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ p{
}
.opportunity-col {
flex: 0 0 25%;
flex: 0 0 33.333333%;
max-width: 100%;
margin: 1rem 0;
padding: 0 1rem;
}
@media only screen and (max-width: 1200px) {
.opportunity-col {
Expand Down Expand Up @@ -116,7 +117,7 @@ p{
.full_time {
.opportunity-card {
height: 12rem;
height: 15rem;
}
}
Expand Down Expand Up @@ -179,7 +180,10 @@ p{
}
.oppurtunities_row {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
margin: 0 -1rem;
}
`;

Expand Down

0 comments on commit ca98094

Please sign in to comment.