Skip to content

Commit

Permalink
Unset navbar height
Browse files Browse the repository at this point in the history
  • Loading branch information
hedior03 committed Jan 15, 2024
1 parent 4af64f9 commit 3c86871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const navbarLinks = [
<nav
class="fixed left-0 right-0 top-0 mb-6 border-b border-b-hd-grey/30 bg-hd-white px-8 py-4 shadow lg:px-20 dark:bg-hd-black"
>
<div class="mx-auto flex h-16 w-full max-w-screen-lg flex-row items-center justify-between">
<div class="mx-auto flex w-full max-w-screen-lg flex-row items-center justify-between">
<span class="text-3xl font-bold">HD</span>
<div class="flex flex-row items-center justify-between gap-16">
{
Expand Down

0 comments on commit 3c86871

Please sign in to comment.