From d59f8007ad82ce93efb56b99274e96475bc5437b Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sat, 10 Sep 2022 01:17:11 +0630 Subject: [PATCH] Update datetime text to be smaller --- src/components/Card.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Card.astro b/src/components/Card.astro index 1fb2c55..fcbed50 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -48,7 +48,7 @@ const { href, post, secHeading = true } = Astro.props; @apply scale-90; } .date-time { - @apply italic text-base; + @apply italic text-sm; } svg { @apply w-6 h-6 inline-block fill-skin-base;