Skip to content

Commit

Permalink
Add object-center to talk card
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Dec 2, 2024
1 parent b87237c commit 84db0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/talks/_card.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
loading: "lazy",
alt: "talk by #{talk.speakers.map(&:name).join(", ")}: #{talk.title}",
style: "view-transition-name: #{dom_id(talk, :image)}",
class: "w-full object-cover skeleton rounded-t-xl border-b"
class: "w-full object-cover object-center skeleton rounded-t-xl border-b"
) %>
<% end %>
<div class="card-body flex flex-row justify-between items-start gap-2">
Expand Down

0 comments on commit 84db0b7

Please sign in to comment.