diff --git a/src/components/Header.astro b/src/components/Header.astro index 73b3f3f..967e432 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -89,7 +89,7 @@ const { activeNav } = Astro.props; @apply flex flex-col sm:flex-row sm:space-x-4; } nav li { - @apply py-2 text-center my-2; + @apply py-2 text-center my-2 sm:my-0; } nav a { @apply py-2 px-3 font-medium hover:text-skin-accent;