Skip to content

Commit

Permalink
Fix sponsor's image responsiveness issue (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi-MS authored Mar 3, 2025
1 parent 737f2f0 commit 8f948ff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ a:hover {
}

.participation-feature-card__image img {
width: 35vw;
width: 100%;
max-width: 500px;
}

Expand All @@ -943,10 +943,12 @@ a:hover {
@media (max-width: 996px) {
.participation-feature-card {
padding: 2rem;
flex-direction: column;
}

.participation-feature-card__image {
width: 60vw;
padding-bottom: 1rem;
}
}

Expand Down Expand Up @@ -1079,7 +1081,7 @@ a:hover {

/* Section 7 - Participation-feature-card */
.participation-feature-card__image img {
width: 50vw;
width: 30vw;
}

/* Section 8 */
Expand Down

0 comments on commit 8f948ff

Please sign in to comment.