File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ export function FeatureList() {
87
87
< div key = { tile . link } className = "p-4 lg:w-1/3 md:w-1/2 w-full" >
88
88
< Link href = { tile . link } >
89
89
< div className = "h-full px-4 py-8 rounded-lg border border-gray-50 shadow flex flex-col relative overflow-hidden cursor-pointer group hover:bg-purple-nx-base hover:text-white transition" >
90
- < h2 className = "md: text-center text-xl sm:text-2xl lg:text-2xl leading-none font-extrabold tracking-tight mb-4 relative text-purple-nx-base group-hover:text-white" >
90
+ < h2 className = "text-center text-xl sm:text-2xl lg:text-2xl leading-none font-extrabold tracking-tight mb-4 relative text-purple-nx-base group-hover:text-white" >
91
91
{ tile . icon }
92
92
{ tile . title }
93
93
</ h2 >
You can’t perform that action at this time.
0 commit comments