Skip to content

Commit

Permalink
hyprtheme: navbar z height
Browse files Browse the repository at this point in the history
  • Loading branch information
vdawg-git committed Jun 22, 2024
1 parent 3b5b456 commit b6362f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import IconMenu from "~icons/mingcute/menu-line"
</script>

<header
class="mx-auto flex w-full max-w-screen-xl flex-wrap items-center justify-between px-4 py-4 text-lg font-medium md:px-8"
class="z-40 mx-auto flex w-full max-w-screen-xl flex-wrap items-center justify-between px-4 py-4 text-lg font-medium md:px-8"
>
<slot name="logo" />

Expand All @@ -41,6 +41,6 @@ import IconMenu from "~icons/mingcute/menu-line"

<style>
ul li a {
@apply h-full transition-colors hover:text-slate-300;
@apply h-full transition-colors hover:text-slate-300;
}
</style>

0 comments on commit b6362f9

Please sign in to comment.