We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b43ba6 commit 073690aCopy full SHA for 073690a
src/components/common/Navbar.astro
@@ -2,7 +2,7 @@
2
import { FaBars, FaGithub } from "react-icons/fa"
3
---
4
5
-<nav class="w-full fixed backdrop-blur-xl after:pointer-events-none after:absolute after:inset-x-0 after:bottom-0 after:h-px after:bg-white/10">
+<nav class="w-[90%] fixed top-5 left-1/2 -translate-x-1/2 backdrop-blur-xl border border-white/10 rounded-full">
6
<div class="mx-auto max-w-7xl px-2 sm:px-6 lg:px-8">
7
<div class="relative flex h-16 items-center justify-between">
8
<div class="absolute inset-y-0 left-0 flex items-center sm:hidden">
0 commit comments