Skip to content

Commit

Permalink
nav spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
reednel committed Dec 7, 2023
1 parent 8ead542 commit 5657336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const { pathname } = Astro.url;
<!-- /navbar toggler -->
<ul
id="nav-menu"
class="navbar-nav order-3 hidden w-full pb-6 lg:order-1 lg:flex lg:w-auto lg:space-x-2 lg:pb-0 xl:space-x-8"
class="navbar-nav order-3 hidden w-full pb-6 lg:order-1 lg:flex lg:w-auto lg:space-x-2 lg:pb-0 xl:space-x-4"
>
{
main.map((menu) => (
Expand Down

0 comments on commit 5657336

Please sign in to comment.