From 6a70a26ab7b51b8de3a2fcd4074a67ef3a646044 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 10 Jun 2023 18:32:47 +0200 Subject: [PATCH] fix: add margin to toolbox --- src/components/Toolbox.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Toolbox.astro b/src/components/Toolbox.astro index 7465b0b..51e6ef8 100644 --- a/src/components/Toolbox.astro +++ b/src/components/Toolbox.astro @@ -12,7 +12,7 @@ const { tools } = Astro.props; ---