Improve process step layout

cgen-f1af28ec84b04dcd92593d9615c1adca
This commit is contained in:
Builder.io 2025-10-04 00:58:35 +00:00
parent b2d69d8bfd
commit afd2fa5bfd

View file

@ -508,7 +508,7 @@ export default function GameDevelopment() {
{process.map((phase, index) => (
<div
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` }}
>
{/* Step Number */}