diff options
Diffstat (limited to 'src/components/ChannelCard')
| -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> |
