diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-10-05 17:57:17 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-10-05 17:57:17 -0700 |
| commit | cb763090467fd88789205a02a72d4e969c10a7df (patch) | |
| tree | 5c4b8ec6e808c6f1239b55bb461b16707da616d7 /src/components/ChannelCard/ChannelCard.tsx | |
| parent | 17ae03ea65839ca7d4321e546cd3ee371cf58dbd (diff) | |
adjust channel card for mobile
Diffstat (limited to 'src/components/ChannelCard/ChannelCard.tsx')
| -rw-r--r-- | src/components/ChannelCard/ChannelCard.tsx | 2 |
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> |
