Skip to content

Commit

Permalink
adjust sponsor card
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpoly committed May 7, 2024
1 parent 10482eb commit fcd40a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/sponsors/_card.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<div class="flex flex-col gap-4 items-center justify-end p-2 sm:p-4">
<div class="flex flex-col gap-4 items-center p-2 sm:p-4">
<% if sponsor.logo.attached? %>
<%= link_to safe_website(sponsor.website), title: sponsor.name, target: "_blank", rel: "noopener noreferrer" do %>
<%= link_to safe_website(sponsor.website), title: sponsor.name, class: "h-full flex items-center", target: "_blank", rel: "noopener noreferrer" do %>
<%= cl_image_tag sponsor.logo.key,
width: 200,
height: 160,
Expand Down

0 comments on commit fcd40a4

Please sign in to comment.