diff --git a/src/components/Card.astro b/src/components/Card.astro index fcbed50..7038518 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -42,7 +42,7 @@ const { href, post, secHeading = true } = Astro.props; @apply font-medium text-lg; } .date-time-wrapper { - @apply my-1 opacity-80; + @apply opacity-80; } .calendar { @apply scale-90;