Skip to content

Commit

Permalink
resolve card layout issue on Layer5 careers page
Browse files Browse the repository at this point in the history
Signed-off-by: Tharanishwaran <[email protected]>
  • Loading branch information
Tharanishwaran committed Jan 15, 2025
1 parent bcec762 commit 1d09a5d
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 1d09a5d

Please sign in to comment.