From f9068c7b021ee1c87215f1ce6e6de9875cdd6c3b Mon Sep 17 00:00:00 2001 From: vaporvee Date: Sun, 14 Jul 2024 19:31:34 +0200 Subject: [PATCH] improved margins --- src/components/SkillBadge.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/SkillBadge.astro b/src/components/SkillBadge.astro index bde7db6..95b93d5 100644 --- a/src/components/SkillBadge.astro +++ b/src/components/SkillBadge.astro @@ -13,6 +13,7 @@ const { key } = Astro.props; .icon { color: white; margin-block: 10px; + margin-inline: 5px; } .tooltip { position: relative;