Skip to content

Commit

Permalink
add small-image class back
Browse files Browse the repository at this point in the history
  • Loading branch information
KimberleyCook committed Apr 8, 2022
1 parent 90adc98 commit 7f0b982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_sponsors.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.row.d-flex.align-items-center.justify-content-center
- sponsors.each do |sponsor|
.col-4.col-md-3.col-lg-2.mt-4
= link_to image_tag(sponsor.avatar, alt: sponsor.name), sponsor.website, title: sponsor.name, class: 'border-0 mw-100'
= link_to image_tag(sponsor.avatar, alt: sponsor.name), sponsor.website, title: sponsor.name, class: 'small-image border-0 mw-100'

0 comments on commit 7f0b982

Please sign in to comment.