File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const Navbar = () => {
12
12
} , [ ] ) ;
13
13
14
14
return (
15
- < nav className = "sticky top-10 flex justify-between items-center relative z-10 shadow-lg rounded-md bg-white/15 backdrop-blur-md px-6 py-6" >
15
+ < nav className = "sticky top-0 flex justify-between items-center relative z-10 shadow-lg rounded-md bg-white/15 backdrop-blur-md xl: px-24 md:px-10 px-5 py-6" >
16
16
< Link href = "/" >
17
17
< Image
18
18
src = "/assets/csesoc_logo.svg"
Original file line number Diff line number Diff line change @@ -6,9 +6,15 @@ import EventsBrief from '@/components/Event/EventsBrief';
6
6
7
7
export default function HomePage ( ) {
8
8
return (
9
- < section className = "flex flex-col min-h-screen justify-between py-8 xl:px-24 md:px-10 px-5 relative" >
9
+ < section >
10
+ < div className = "h-8" > </ div >
11
+
10
12
< Navbar />
11
- < Landing />
13
+
14
+ < div className = "-mt-36" >
15
+ < Landing />
16
+ </ div >
17
+
12
18
< AboutHomePage />
13
19
< EventsBrief />
14
20
< Sponsors />
You can’t perform that action at this time.
0 commit comments