From 28ae4b2bde597681a77606d5998f50950f081d3a Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Fri, 23 Sep 2022 21:42:36 +0630 Subject: [PATCH] Update title-link to inline-block --- src/components/Card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Card.tsx b/src/components/Card.tsx index 9a99073..f26b3ed 100644 --- a/src/components/Card.tsx +++ b/src/components/Card.tsx @@ -10,7 +10,7 @@ export interface Props { const styles = { cardContainer: "my-6", titleLink: - "text-skin-accent font-medium text-lg underline-offset-4 decoration-dashed focus-visible:underline", + "text-skin-accent font-medium text-lg underline-offset-4 decoration-dashed focus-visible:underline inline-block", titleHeading: "font-medium text-lg decoration-dashed hover:underline", };