From faf16953d432c3fa32659108392054ed4dc3fd66 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Mon, 12 Sep 2022 18:26:44 +0630 Subject: [PATCH] Remove unnecessary vertical padding for nav --- 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 7e87ae4..349c7dc 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -83,7 +83,7 @@ const { activeNav } = Astro.props; @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; + @apply w-full py-2 sm:py-0 flex flex-col items-center sm:justify-end sm:flex-row sm:space-x-2 bg-skin-fill shadow sm:shadow-none; } nav ul { @apply flex flex-col sm:flex-row sm:space-x-4;