Skip to content

Commit

Permalink
refactor: changed mobile navbar height to fit content
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenbupe committed Aug 15, 2024
1 parent b901372 commit 6dcc4d9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
@@ -176,7 +176,7 @@ const links = [
class="fixed hidden md:!hidden inset-0 backdrop-blur-xl flex flex-col"
>
<div
class="my-4 mx-8 outline rounded-2xl outline-[1px] outline-card border bg-card/60 p-3 px-4 flex flex-col gap-4 flex-1"
class="my-4 mx-8 outline rounded-2xl outline-[1px] outline-card border bg-card/60 p-3 px-4 flex flex-col gap-4"
>
<div class="flex items-center">
<a
@@ -215,12 +215,7 @@ const links = [
</a>
))
}
<p
class="text-lg font-light text-foreground hover:underline mx-2 mt-4"
>
Contact
</p>
<div class="flex gap-4 mx-8">
<div class="flex gap-2 mt-4 self-end">
<Anchor
class="p-2"
size="sm"

0 comments on commit 6dcc4d9

Please sign in to comment.