From 696123d2e493920f4fc8330da2a6c9f280cd809a Mon Sep 17 00:00:00 2001 From: Graham Hall Date: Mon, 6 Mar 2023 13:51:19 +0000 Subject: [PATCH] fix tags on mobile --- src/components/Tags.astro | 1 + 1 file changed, 1 insertion(+) 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) {