Skip to content

Commit

Permalink
Fix min width on session card
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrythall committed Aug 11, 2024
1 parent dbae851 commit 8d4e43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/session-card.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<li class="flex flex-col flex-1">
<li class="flex flex-col flex-1 min-w-[280px]">
<section class="relative flex-1 bg-white rounded p-4 group flex flex-col border-2 border-gray-300 border-t-8 lg:p-6 {{ color_class }}">
<header class="space-y-4">
<div class="flex flex-wrap items-center justify-between order-1 gap-4">
Expand Down

0 comments on commit 8d4e43b

Please sign in to comment.