From 27acd5287f5c34ebe528a023f2f349afc6427f1d Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Thu, 19 Sep 2024 22:21:01 +0200 Subject: [PATCH] fix: smaller card --- components/series/CurrentSeries.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/series/CurrentSeries.tsx b/components/series/CurrentSeries.tsx index f45792d0..e573929a 100644 --- a/components/series/CurrentSeries.tsx +++ b/components/series/CurrentSeries.tsx @@ -21,11 +21,12 @@ export const CurrentSeries: React.FC = ({ item, ...props }) => { Series ( router.push(`/series/${item.SeriesId}`)} - className="flex flex-col space-y-2 w-32" + className="flex flex-col space-y-2 w-28" >