diff --git a/app/views/shared/_sponsors.html.haml b/app/views/shared/_sponsors.html.haml index 244cdf546..3efd47681 100644 --- a/app/views/shared/_sponsors.html.haml +++ b/app/views/shared/_sponsors.html.haml @@ -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'