Adjust process badge margin
cgen-46e32a6b6100465fb75f2b080eca379b
This commit is contained in:
parent
afd2fa5bfd
commit
e871a84852
1 changed files with 1 additions and 1 deletions
|
|
@ -512,7 +512,7 @@ export default function GameDevelopment() {
|
|||
style={{ animationDelay: `${index * 0.2}s` }}
|
||||
>
|
||||
{/* Step Number */}
|
||||
<div className="flex-shrink-0 w-12 h-12 rounded-full bg-gradient-to-r from-aethex-500 to-neon-blue flex items-center justify-center text-white font-bold mr-6 glow-blue">
|
||||
<div className="flex-shrink-0 w-12 h-12 rounded-full bg-gradient-to-r from-aethex-500 to-neon-blue flex items-center justify-center text-white font-bold glow-blue sm:mr-6">
|
||||
{phase.step}
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue