Update datetime text to be smaller

This commit is contained in:
Sat Naing
2022-09-10 01:17:11 +06:30
parent 3918b57322
commit d59f8007ad
+1 -1
View File
@@ -48,7 +48,7 @@ const { href, post, secHeading = true } = Astro.props;
@apply scale-90; @apply scale-90;
} }
.date-time { .date-time {
@apply italic text-base; @apply italic text-sm;
} }
svg { svg {
@apply w-6 h-6 inline-block fill-skin-base; @apply w-6 h-6 inline-block fill-skin-base;