From 7f0b982fc26091acc0b126304fd1d663ec0730ab Mon Sep 17 00:00:00 2001 From: Kimberley Cook Date: Fri, 8 Apr 2022 15:32:03 +0100 Subject: [PATCH] add small-image class back --- app/views/shared/_sponsors.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'