Skip to content

Commit

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

0 comments on commit 305ed90

Please sign in to comment.