From d38fbff51267f6235c15112a17fa11827f8134bb Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sat, 10 Sep 2022 15:09:23 +0630 Subject: [PATCH] Add horizontal space between search & theme icons on mobile --- 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 eca7f8d..129f18d 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -73,7 +73,7 @@ @apply py-2 px-3 font-medium hover:text-skin-accent; } .button-wrapper { - @apply flex my-2 sm:space-x-2; + @apply flex my-2 space-x-4 sm:space-x-2; } nav button { @apply p-2;