We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e242b8b commit a91e40fCopy full SHA for a91e40f
src/components/EventCard.tsx
@@ -59,7 +59,7 @@ const EventCard: React.FC<EventCardProps> = ({
59
<h3 className="text-xl font-bold md:text-2xl">{title}</h3>
60
<span className="text-sm opacity-60">{location}</span>
61
</div>
62
- <p className="text-sm leading-[1.6rem]">{description}</p>
+ <p className="md:text-sm md:leading-[1.6rem]">{description}</p>
63
</CardContent>
64
<CardFooter className="p-4 pt-0">
65
<ButtonLink href={href} variant="outline" className="w-full text-sm">
0 commit comments