File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
packages/nextjs/app/builders/0x208B2660e5F62CDca21869b389c5aF9E7f0faE89 Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -64,16 +64,18 @@ const GwillPage: NextPage = () => {
6464 </ p >
6565 </ div >
6666 < div className = "grid grid-cols-1 md:grid-cols-2 gap-4 w-full border-2 border-primary/20 bg-base-200 p-6 rounded-lg" >
67- < div className = "stats bg-base-100 shadow-lg border border-primary/10" >
68- < div className = "stat" >
67+ < div className = "stats bg-base-100 shadow-lg border border-primary/10 overflow-hidden " >
68+ < div className = "stat p-4 " >
6969 < div className = "stat-title font-semibold" > Favorite Stack</ div >
70- < div className = "stat-value text-primary text-2xl" > NextJS + Solidity</ div >
70+ < div className = "stat-value text-primary text-lg sm:text-xl md:text- 2xl" > NextJS + Solidity</ div >
7171 </ div >
7272 </ div >
73- < div className = "stats bg-base-100 shadow-lg border border-primary/10" >
74- < div className = "stat" >
73+ < div className = "stats bg-base-100 shadow-lg border border-primary/10 overflow-hidden " >
74+ < div className = "stat p-4 " >
7575 < div className = "stat-title font-semibold" > Current Focus</ div >
76- < div className = "stat-value text-primary text-2xl" > DeFi + Startup Funding</ div >
76+ < div className = "stat-value text-primary text-lg sm:text-xl md:text-2xl whitespace-normal break-words" >
77+ DeFi + Startup Funding
78+ </ div >
7779 </ div >
7880 </ div >
7981 </ div >
You can’t perform that action at this time.
0 commit comments