From 5cab9ba301b41dbef1aa5ce07a046d1f1c999833 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Fri, 9 Sep 2022 15:59:21 +0630 Subject: [PATCH] Update hamburger menu svg to be larger --- 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 e08f20b..2031c6f 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -58,7 +58,7 @@ @apply p-2 sm:hidden; } .hamburger-menu svg { - @apply fill-skin-base w-6 h-6; + @apply fill-skin-base w-6 h-6 scale-125; } nav { @apply w-full py-2 flex flex-col items-center sm:justify-end sm:flex-row sm:space-x-2 bg-skin-fill shadow sm:shadow-none;