File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,13 @@ import Pickleball2 from "@/public/bg-ball-2.svg";
55export default function Pickleballs ( ) {
66 return (
77 < >
8- < Image
9- src = { Pickleball1 }
10- alt = "pickleball 1"
11- className = "absolute -top-70 -right-50 -z-1 h-auto w-[50vw]"
12- />
8+ < div className = "absolute top-[-10%] right-[-10%] z-[-1] w-[40vw] sm:w-[30vw] md:w-[25vw] lg:w-[20vw]" >
9+ < Image src = { Pickleball1 } alt = "pickleball 1" className = "h-auto w-full" />
10+ </ div >
1311
14- < Image
15- src = { Pickleball2 }
16- alt = "pickleball 2"
17- className = "absolute -bottom-70 -left-60 -z-1 h-auto w-[50vw]"
18- />
12+ < div className = "absolute bottom-[-10%] left-[-10%] z-[-1] w-[40vw] sm:w-[30vw] md:w-[25vw] lg:w-[20vw]" >
13+ < Image src = { Pickleball2 } alt = "pickleball 2" className = "h-auto w-full" />
14+ </ div >
1915 </ >
2016 ) ;
2117}
You can’t perform that action at this time.
0 commit comments