Skip to content

Commit

Permalink
fix logo alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
KimberleyCook committed Apr 14, 2022
1 parent 0fd5b9c commit 9fa73cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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: 'small-image border-0 mw-100'
.col-4.col-md-3.col-lg-2.mt-4.d-flex.justify-content-center
= link_to image_tag(sponsor.avatar, alt: sponsor.name, class: 'small-image'), sponsor.website, title: sponsor.name, class: 'border-0 mw-100'

0 comments on commit 9fa73cb

Please sign in to comment.