File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ export default function SponsorModal(props: { sponsorInfo: sponsorInfo | null; s
15
15
props . setFalse ( ) ;
16
16
} }
17
17
>
18
- < div className = "bg-[#3977f8] mx-[10vw] py- 10 rounded-xl overflow-auto flex flex-col items-center justify-center w-[800px] " >
19
- < a className = "m-10" href = { props . sponsorInfo . href } >
20
- < img src = { `./${ props . sponsorInfo . svg } ` } alt = { props . sponsorInfo . alt } />
18
+ < div className = "bg-[#3977f8] relative w-[800px] h-[550px] m- 10 rounded-xl flex flex-col items-center justify-center" >
19
+ < a className = "m-10 w-4/5 flex flex-col items-center justify-center " href = { props . sponsorInfo . href } >
20
+ < img className = 'w-4/5 max-w-[500px] max-h-[200px]' src = { `./${ props . sponsorInfo . svg } ` } alt = { props . sponsorInfo . alt } />
21
21
</ a >
22
22
< h3 className = "mx-10 py-10" > { props . sponsorInfo . description } </ h3 >
23
23
< button
24
24
onClick = { props . setFalse }
25
- className = "bg-white border text-[#3977F8] border-[#A7A6E5] text-lg rounded-xl w-[70%] xl:h-12 h-10"
25
+ className = "bg-white border absolute bottom-10 text-[#3977F8] border-[#A7A6E5] text-lg rounded-xl w-[70%] xl:h-12 h-10"
26
26
>
27
27
close
28
28
</ button >
You can’t perform that action at this time.
0 commit comments