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;