File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ export interface NetworkingSectionProps {
12
12
export function NetworkingSection ( { events } : NetworkingSectionProps ) {
13
13
return (
14
14
< section className = "flex flex-col gap-14 px-4 pt-24 pb-24 md:gap-16 lg:gap-20 lg:px-10" >
15
- < div className = "container mx-auto flex flex-row items-center gap-4" >
16
- < div className = "flex-grow space-y-4" >
15
+ < div className = "container relative mx-auto flex flex-row items-center gap-4 lg:h-[237px] " >
16
+ < div className = "w-full flex-grow space-y-4 lg:max-w-[50%] " >
17
17
< div className = "flex flex-wrap items-end gap-2.5" >
18
18
< h2 className = "font-bold font-white text-3xl text-white lg:text-4xl" > Networking</ h2 >
19
19
< p className = "inline-flex flex-wrap items-end gap-2.5" >
@@ -25,7 +25,13 @@ export function NetworkingSection({ events }: NetworkingSectionProps) {
25
25
pengalaman.
26
26
</ p >
27
27
</ div >
28
- < Image className = "flex-shrink-0" alt = "" width = { 692 } height = { 237 } src = "/networking-header.png" />
28
+ < Image
29
+ className = "-z-10 absolute top-0 right-0 hidden lg:block"
30
+ alt = ""
31
+ width = { 692 }
32
+ height = { 237 }
33
+ src = "/networking-header.png"
34
+ />
29
35
</ div >
30
36
{ events ?. length && events . length > 0 ? (
31
37
< div className = "container mx-auto flex flex-col items-center gap-10 lg:gap-12" >
You can’t perform that action at this time.
0 commit comments