From 870911d2c61cfcd45f6f673ca4d79902ae6007e5 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sat, 10 Sep 2022 14:45:25 +0630 Subject: [PATCH] Remove vertical margin of datetime --- 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 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;