aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ChannelCard/ChannelCard.tsx
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-10-09 23:32:29 -0700
committerPinapelz <yukais@pinapelz.com>2024-10-09 23:32:29 -0700
commitf8a3408ac1f521c4049de96b44637cf0b8c1028c (patch)
treeeee720342a151c8102a9c2233b99e9e0c860eac2 /src/components/ChannelCard/ChannelCard.tsx
parente8a2171cebaa7268f8ac360431965f4da89c04f1 (diff)
reduce padding for channel cards on small devices
Diffstat (limited to 'src/components/ChannelCard/ChannelCard.tsx')
-rw-r--r--src/components/ChannelCard/ChannelCard.tsx4
1 files 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<ChannelCardProps> = ({
</p>
</div>
</div>
- <div className="bg-gray-700 rounded-lg p-4 mb-6">
+ <div className="bg-gray-700 rounded-lg p-4 sm:p-0 mb-6">
<p className="text-md sm:text-lg font-semibold text-white">
Next Milestone: {Number(nextMilestone).toLocaleString()}
</p>
<p className="text-xs sm:text-sm text-gray-300">
Estimated Date: {nextMilestoneDate}
</p>
- <div className="flex justify-center sm:p-4">
+ <div className="flex justify-center sm:p-2">
<Countdown targetDate={nextMilestoneDate} />
</div>
</div>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage