From 26e737f2c90833692a8fbe04b717e4f4651388a3 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sun, 11 Sep 2022 14:07:36 +0630 Subject: [PATCH] Update margin style for size lg --- src/components/Tag.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Tag.astro b/src/components/Tag.astro index 3c22687..e908b78 100644 --- a/src/components/Tag.astro +++ b/src/components/Tag.astro @@ -11,7 +11,7 @@ const { name, size = "sm" } = Astro.props; const slug = slugify(name); --- -
  • +