File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export default function Portfolio() {
74
74
< Navbar />
75
75
< div className = "mx-auto max-w-full px-4 sm:px-6 md:px-8 lg:max-w-5xl xl:max-w-6xl 2xl:max-w-7xl" >
76
76
< Header />
77
- < main className = "container mx-auto px-4 py-8" >
77
+ < main className = "container mx-auto px-4 py-8 z-1 " >
78
78
< About />
79
79
< Experiences arr = { experiencesArray } />
80
80
< Projects arr = { projectsArray } />
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const Navbar = () => {
4
4
const completion = useReadingProgress ( ) ;
5
5
6
6
return (
7
- < nav className = "py-0.5 sticky top-0" >
7
+ < nav className = "z-50 py-0.5 sticky top-0" >
8
8
{ /* <div className="flex items-center justify-between container mx-auto text-xl"></div> */ }
9
9
< div className = "h-0.5 overflow-hidden" >
10
10
< span
You can’t perform that action at this time.
0 commit comments