Skip to content

Commit

Permalink
Avoid making card image wrapper unnecessary tall in narrow viewports
Browse files Browse the repository at this point in the history
  • Loading branch information
eecavanna committed Nov 19, 2024
1 parent 75ddce8 commit 601fb0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/assets/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ main.container .card-img-wrapper {
flex-direction: column;
}
@media (max-width: 991.98px) {
/* Reference: https://getbootstrap.com/docs/5.3/layout/breakpoints/#media-queries */
main.container .card-img-wrapper {
min-height: 240px;
min-height: 160px;
}
}

0 comments on commit 601fb0f

Please sign in to comment.