From f8a3408ac1f521c4049de96b44637cf0b8c1028c Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 9 Oct 2024 23:32:29 -0700 Subject: reduce padding for channel cards on small devices --- src/components/ChannelCard/ChannelCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ChannelCard/ChannelCard.tsx b/src/components/ChannelCard/ChannelCard.tsx index 0aefb97..1cdb03e 100644 --- a/src/components/ChannelCard/ChannelCard.tsx +++ b/src/components/ChannelCard/ChannelCard.tsx @@ -74,14 +74,14 @@ const ChannelCard: React.FC = ({

-
+

Next Milestone: {Number(nextMilestone).toLocaleString()}

Estimated Date: {nextMilestoneDate}

-
+
-- cgit v1.2.3