Hide process connector on mobile
cgen-f8615618735b47f581f2a575e0becbcb
This commit is contained in:
parent
e871a84852
commit
645b37ae7e
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
))}
|
||||
|
|
|
|||
Loading…
Reference in a new issue