Skip to content

Commit a91e40f

Browse files
committed
Use 16px fontsize on mobile event card
1 parent e242b8b commit a91e40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/EventCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const EventCard: React.FC<EventCardProps> = ({
5959
<h3 className="text-xl font-bold md:text-2xl">{title}</h3>
6060
<span className="text-sm opacity-60">{location}</span>
6161
</div>
62-
<p className="text-sm leading-[1.6rem]">{description}</p>
62+
<p className="md:text-sm md:leading-[1.6rem]">{description}</p>
6363
</CardContent>
6464
<CardFooter className="p-4 pt-0">
6565
<ButtonLink href={href} variant="outline" className="w-full text-sm">

0 commit comments

Comments
 (0)