@@ -28,22 +28,22 @@ export const GridItem = ({ token }: { token: IToken }) => {
28
28
< div className = "absolute left-0 bottom-0 p-2 px-3 w-full z-10" >
29
29
< div className = "flex items-center gap-4 justify-between" >
30
30
< div className = "flex items-center gap-2 w-full min-w-0" >
31
- < div className = "bg-autofun-background-muted/65 px-1 text-autofun-text-primary text-lg font-bold font-dm-mono uppercase leading-normal tracking-widest truncate min-w-0 drop-shadow-[0_0px_2px_rgba(0,0,0,0.4)] z-[2]" >
31
+ < div className = "bg-autofun-background-muted/65 px-1 text-autofun-text-primary text-base md:text-md xl:text-xl font-bold font-dm-mono uppercase leading-normal tracking-widest truncate min-w-0 drop-shadow-[0_0px_2px_rgba(0,0,0,0.4)] z-[2]" >
32
32
${ token . ticker }
33
33
</ div >
34
34
< Verified isVerified = { token ?. verified ? true : false } />
35
35
</ div >
36
- < div className = "bg-autofun-background-muted/65 px-1 text-autofun-text-primary text-lg shrink-0 font-medium font-dm-mono drop-shadow-[0_0px_2px_rgba(0,0,0,0.4)] z-[2]" >
36
+ < div className = "bg-autofun-background-muted/65 px-1 text-autofun-text-primary text-base md:text- lg xl:text-xl font-medium shrink-0 font-dm-mono drop-shadow-[0_0px_2px_rgba(0,0,0,0.4)] z-[2]" >
37
37
{ fromNow ( token . createdAt , true ) }
38
38
</ div >
39
39
</ div >
40
40
</ div >
41
41
< div className = "flex flex-col w-full min-w-0 z-10" >
42
42
< div className = "absolute flex flex-col top-0 right-0 p-2 px-3 items-end min-w-0 gap-2" >
43
- < div className = "bg-autofun-background-muted/65 px-1 text-autofun-text-highlight text-xl font-medium font-dm-mono leading-7 truncate drop-shadow-[0_0px_2px_rgba(0,0,0,0.4)] z-[2]" >
43
+ < div className = "bg-autofun-background-muted/65 px-1 text-autofun-text-highlight text-base md:text-lg xl:text- xl font-medium font-dm-mono leading-7 truncate drop-shadow-[0_0px_2px_rgba(0,0,0,0.4)] z-[2]" >
44
44
MC { abbreviateNumber ( token . marketCapUSD ) }
45
45
</ div >
46
- < div className = "bg-autofun-background-muted/65 px-1 text-autofun-text-primary text-xl font-medium font-dm-mono leading-7 truncate drop-shadow-[0_0px_2px_rgba(0,0,0,0.4)] z-[2]" >
46
+ < div className = "bg-autofun-background-muted/65 px-1 text-autofun-text-primary text-base md:text-lg xl:text- xl font-medium font-dm-mono leading-7 truncate drop-shadow-[0_0px_2px_rgba(0,0,0,0.4)] z-[2]" >
47
47
Vol { abbreviateNumber ( token . volume24h ) }
48
48
</ div >
49
49
</ div >
0 commit comments