From 086ed37c75349190611f2bbe1ddf4b447b7905bd Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Mon, 12 Sep 2022 18:28:44 +0630 Subject: [PATCH] Remove unnecessary vertical margin for icon btn wrapper --- src/components/Header.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 349c7dc..98d96e9 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -98,7 +98,7 @@ const { activeNav } = Astro.props; @apply underline underline-offset-4 decoration-wavy decoration-2; } .button-wrapper { - @apply flex my-2 space-x-4 sm:space-x-2; + @apply flex my-2 sm:my-0 space-x-4 sm:space-x-2; } nav button { @apply p-2;