File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { BsGithub } from "react-icons/bs";
66
77const 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"
You can’t perform that action at this time.
0 commit comments