fix(website): max w 1/2 for elevator graphic (#6354)

This commit is contained in:
Jamil
2024-08-19 20:41:13 -07:00
committed by GitHub
parent 332f827cf7
commit ec3ab2d85c

View File

@@ -107,12 +107,14 @@ export default function ElevatorPitch() {
))}
</div>
</div>
<Image
src="/images/elevator-pitch.png"
width={563}
height={594}
alt="Elevator pitch graphic"
/>
<div className="max-w-1/2">
<Image
src="/images/elevator-pitch.png"
width={563}
height={594}
alt="Elevator pitch graphic"
/>
</div>
</div>
);
}