Skip to content

Commit

Permalink
merchants: add max height and scaling to logos (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
erciccione authored Oct 13, 2023
1 parent db401f9 commit be931fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3154,7 +3154,8 @@ a.btn-primary, a.btn-secondary {
}

.accordion-content.col img {
height: auto;
max-height: 5rem;
object-fit: scale-down;
}

#btn1-content, #btn2-content, #btn3-content, #btn4-content, #btn5-content, #btn6-content, #btn7-content, #btn8-content, #btn9-content, #btn10-content, #btn11-content, #btn12-content, #btn13-content, #btn14-content {
Expand Down

0 comments on commit be931fa

Please sign in to comment.