From fa209f1d319fe13eb03ed0a663885e283bd26cab Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Mon, 19 Sep 2022 23:21:48 +0630 Subject: [PATCH] Remove unnecessary shadow in header --- 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 2dcc8fc..b4270bf 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -96,7 +96,7 @@ const { activeNav } = Astro.props; @apply fill-skin-base w-6 h-6 scale-125; } nav { - @apply w-full py-2 sm:py-0 flex flex-col items-center sm:justify-end sm:flex-row sm:space-x-4 bg-skin-fill shadow sm:shadow-none; + @apply w-full py-2 sm:py-0 flex flex-col items-center sm:justify-end sm:flex-row sm:space-x-4 bg-skin-fill; } nav ul { @apply flex flex-col sm:flex-row sm:space-x-4;