aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ChannelCard/ChannelCard.tsx
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-10-05 17:57:17 -0700
committerPinapelz <yukais@pinapelz.com>2024-10-05 17:57:17 -0700
commitcb763090467fd88789205a02a72d4e969c10a7df (patch)
tree5c4b8ec6e808c6f1239b55bb461b16707da616d7 /src/components/ChannelCard/ChannelCard.tsx
parent17ae03ea65839ca7d4321e546cd3ee371cf58dbd (diff)
adjust channel card for mobile
Diffstat (limited to 'src/components/ChannelCard/ChannelCard.tsx')
-rw-r--r--src/components/ChannelCard/ChannelCard.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ChannelCard/ChannelCard.tsx b/src/components/ChannelCard/ChannelCard.tsx
index 44541ad..0aefb97 100644
--- a/src/components/ChannelCard/ChannelCard.tsx
+++ b/src/components/ChannelCard/ChannelCard.tsx
@@ -81,7 +81,7 @@ const ChannelCard: React.FC<ChannelCardProps> = ({
<p className="text-xs sm:text-sm text-gray-300">
Estimated Date: {nextMilestoneDate}
</p>
- <div className="flex justify-center">
+ <div className="flex justify-center sm:p-4">
<Countdown targetDate={nextMilestoneDate} />
</div>
</div>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage