Skip to content

Commit

Permalink
fix: retain image proportion with a max-height on partner logo (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz authored Dec 7, 2020
1 parent 877e2ca commit 560c03e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/search/styles/_SearchCourseCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
box-shadow: $box-shadow-sm;

.partner-logo {
width: 90px;
height: auto;
width: auto;
max-height: 45px;
}
}

Expand Down

0 comments on commit 560c03e

Please sign in to comment.