Improve process step layout
cgen-f1af28ec84b04dcd92593d9615c1adca
This commit is contained in:
parent
b2d69d8bfd
commit
afd2fa5bfd
1 changed files with 1 additions and 1 deletions
|
|
@ -508,7 +508,7 @@ export default function GameDevelopment() {
|
||||||
{process.map((phase, index) => (
|
{process.map((phase, index) => (
|
||||||
<div
|
<div
|
||||||
key={index}
|
key={index}
|
||||||
className="relative flex items-start mb-12 animate-slide-right"
|
className="relative flex flex-col sm:flex-row items-start gap-4 sm:gap-6 mb-12 animate-slide-right"
|
||||||
style={{ animationDelay: `${index * 0.2}s` }}
|
style={{ animationDelay: `${index * 0.2}s` }}
|
||||||
>
|
>
|
||||||
{/* Step Number */}
|
{/* Step Number */}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue