Skip to content

Commit 84e510e

Browse files
authored
docs(core): tiles have text-center on mobile (#6484)
1 parent b0b7b7f commit 84e510e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nx-dev/ui/common/src/lib/feature-list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export function FeatureList() {
8787
<div key={tile.link} className="p-4 lg:w-1/3 md:w-1/2 w-full">
8888
<Link href={tile.link}>
8989
<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">
9191
{tile.icon}
9292
{tile.title}
9393
</h2>

0 commit comments

Comments
 (0)