Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Oct 25, 2023
1 parent e8af1df commit 551727b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{% macro event(name, date, description, href, class="") %}
<div class="group rounded-xl overflow-hidden {{ class }} transition-all hover:-translate-y-1">
<a href="{{ href }}"
class="p-6 flex flex-col gap-4 group-hover:backdrop-sepia group-hover:backdrop-brightness-75 transition-all">
class="p-6 flex flex-col gap-4 group-hover:backdrop-sepia group-hover:backdrop-brightness-75 transition-all h-full">
<div class="flex flex-col gap-1">
<h3 class="font-bold text-lg md:text-2xl flex items-center gap-2">
<span>{{ name }}</span>
Expand Down

0 comments on commit 551727b

Please sign in to comment.