Skip to content

Commit

Permalink
fix: responsive and alignment issue on career/internship page
Browse files Browse the repository at this point in the history
Signed-off-by: upsaurav12 . <[email protected]>
  • Loading branch information
upsaurav12 committed Oct 19, 2024
1 parent 4f5810f commit 922367c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,16 @@ p{
}
}
@media only screen and (max-width: 700px) {
.opportunity-col {
.col {
flex: 0 0 100%;
}
}
@media only screen and (max-width: 450px) {
.opportunity-card {
width: 100% !important;
}
}
.opportunity-card {
width: 21rem;
height: 15rem;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,10 @@ export const ProgramsPageWrapper = styled.div`
flex: 0 0 100%;
}
}
@media only screen and (max-width: 450px) {
.sub-section_program {
width: 15rem;
}
}
`;

0 comments on commit 922367c

Please sign in to comment.