Hide process connector on mobile

cgen-f8615618735b47f581f2a575e0becbcb
This commit is contained in:
Builder.io 2025-10-04 00:58:48 +00:00
parent e871a84852
commit 645b37ae7e

View file

@ -555,7 +555,7 @@ export default function GameDevelopment() {
{/* Connector Line */}
{index < process.length - 1 && (
<div className="absolute left-6 top-12 w-0.5 h-12 bg-gradient-to-b from-aethex-400 to-transparent" />
<div className="absolute left-6 top-14 hidden sm:block w-0.5 h-12 bg-gradient-to-b from-aethex-400 to-transparent" />
)}
</div>
))}