aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/client/pages
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/pages')
-rw-r--r--src/client/pages/HomePage.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/HomePage.tsx b/src/client/pages/HomePage.tsx
index d04ca08..b7102c7 100644
--- a/src/client/pages/HomePage.tsx
+++ b/src/client/pages/HomePage.tsx
@@ -57,7 +57,7 @@ function DeckList({
style={{ animationDelay: `${index * 50}ms` }}
>
<div className="flex items-start justify-between gap-4">
- <div className="flex-1 min-w-0">
+ <div className="flex-1 min-w-0 my-auto">
<div className="flex items-center gap-3">
<Link
href={`/decks/${deck.id}`}