Skip to content

Commit be35357

Browse files
committed
chore: nav bar mx added
1 parent c0c68d8 commit be35357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/components/Header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { BsGithub } from "react-icons/bs";
66

77
const Header = () => {
88
return (
9-
<header className="w-full fixed top-0 left-0 right-0 z-50 bg-gradient-to-b from-gray-950/95 to-transparent">
9+
<header className="w-full flex items-center justify-center fixed top-0 left-0 right-0 z-50 bg-gradient-to-b from-gray-950/95 to-transparent">
1010
<NavBar />
1111
</header>
1212
);
@@ -25,7 +25,7 @@ const NavBar = () => {
2525
}
2626
};
2727
return (
28-
<div className="border-[0.2] border-gray-700 max-w-4xl mx-auto text-gray-400 backdrop-blur-3xl bg-[#0D1117]/75 mt-6 p-3 px-12 rounded-2xl flex justify-between items-center">
28+
<div className="mx-2 md:mx-0 border-[0.2] flex-1 grow border-gray-700 max-w-4xl text-gray-400 backdrop-blur-3xl bg-[#0D1117]/75 mt-6 p-3 px-12 rounded-2xl flex justify-between items-center">
2929
<Link
3030
href="/"
3131
className="font-medium font-display text-gray-50 flex gap-2"

0 commit comments

Comments
 (0)