diff --git a/src/components/Tags.astro b/src/components/Tags.astro index 5166629..ffc741c 100644 --- a/src/components/Tags.astro +++ b/src/components/Tags.astro @@ -23,6 +23,7 @@ const { tags } = Astro.props padding: 4px 8px; border-radius: 25px; background: var(--blue); + line-height: 2rem; } .tag:not(:last-child) {